Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying the route from user location to selected vehicle #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Displaying the route from user location to selected vehicle #9

wants to merge 1 commit into from

Conversation

AdamTomaja
Copy link

This pull request implements a new feature for the map.
When user clicks on vehicle, then the user location is obtained via geolocation api. The result is route from user to vehicle. Route is calculated via Google Directions service.

@jacekkow
Copy link
Owner

Google Maps Directions API requires an API key and is paid-for (with small free quota).

@pasuder
Copy link

pasuder commented Dec 26, 2018

I did a small research. What I found is that OpenStreetMap uses GraphHopper, but it is paid, if cloud version is used. OpenSource on-premise version is available, but requires running own routing engine.

Another way to provide ability for route calculation could be expanding OpenStreetMap embedded map with route calculation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants