androidnavigationmapsmapboxturn-by-turn

turn by turn from mapbox in android


I see the release of iOS turn by turn example app from mapbox

https://www.mapbox.com/blog/open-source-mapbox-navigation-swift/

is there anything similar for android.

Is there a chance to replicate with a webview?

Here are examples of web turn by turn and github code


Solution

  • There was an official release of turn by turn navigation for iOS and Android of the Mapbox SDK: https://www.mapbox.com/navigation-sdk/

    They include things like:

    On the other hand, and related with the WebViews availability of a turn by turn API, you could use any JavaScript option like GraphHopper: https://www.graphhopper.com/ I'm using it for a personal project and it has online and offline features. They 'only' provide the path and the instructions. And it's totally open source. You will have to build your navigation features on top.