graphhopper / graphhopper-navigation-example-legacy

GraphHopper Navigation as App
https://www.graphhopper.com/open-source/
Apache License 2.0
93 stars 49 forks source link

Allow to set start different from the current location #28

Closed boldtrn closed 5 years ago

boldtrn commented 5 years ago

This PR allows to set starts different from the current location and fixes #19.

If you want to start the navigation and are too far away (100 m) from the route start, the app will ask you if you would like to recalculate the route from your current start. You can ignore this and just start as planned, then the SDK might decide to recalculate the route or not (also depends if you choose to simulate the route or not - which works fine).

karussell commented 5 years ago

Tried it and works for me - thanks!

boldtrn commented 5 years ago

Thanks, merged :)