graphhopper / directions-api

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

add possibility to optimize for open routes with optimize=true #62

Open karussell opened 7 years ago

karussell commented 7 years ago

The Routing API allows with optimize=true the order of the locations but start and end are fixed. Sometimes it could be interesting to optimize the last point as well.

Known workaround: use the much more powerful Route Optimization API

Js109 commented 7 years ago

This would help me a lot. To use the more powerful Route Optimization API would be a lot of more work.