-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Svea Anders edited this page Mar 12, 2019
·
2 revisions
- The user wishes to navigate from A to B by typing adresses using a Command Line Interface (ie ./navigate Gievenbeck Sentrup)
- Bonus: GUI for start and endpoint
- The user is shown the way in textmode
- Bonus: show way on map
- The user wishes to see the distance between two points within the route
-
Graphhopper API
- turn city names into coordinates using Geocoding API
- use received coordinates to request a route using Routing API