summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/qgeoroutingmanagerenginemapbox.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify OSRM backends for OSM and Mapbox pluginsPaolo Angelelli2017-11-291-0/+4
| | | | | | | | | | | | This patch unifies the OSRM backend in both the OSM and Mapbox plugins, adding some extra functionalities to QGeoRouteParserOsrmV5 to handle the extra osrm-text-instructions information coming from the Mapbox servers. It also adds a plugin parameter to let the user choose whether to use the server's text instructions or the plugin-generated ones. Change-Id: Id7ce73f4285e2e7db6872f40d72c0610847fce91 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Add routing support for the mapbox geoservice pluginVlad Seryakov2016-07-221-0/+76
This patch adds routing support for the mapbox plugin Change-Id: Ibaf9d9d8a845b49cb8a6fc0d3530ffe57f4989db Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>