graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

Does the Direction API provide all the points of the route with longitude & latitude co-ordinates along with distance and time? #13

Closed karussell closed 8 years ago

karussell commented 8 years ago

Answer

yes, if you use the Routing API - please see GraphHopper Maps where we do so. The Route Optimization API does not provide it yet. But still you can fetch the route from the Routing API via the optimized order of locations like we do in the examples. Or if you only want a simple optimized route without constraints use the Routing API with optimize=true