graphhopper / directions-api

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

Progress of alpha release for Route Optimization / Tour Optimization API #20

Closed oblonski closed 8 years ago

oblonski commented 8 years ago

Request validation is now much more restrictive since it now checks also values and values types. It now checks for example whether 'size' is an array and whether the items within the array which are basically the size dimensions of your pickup/delivery are of type INTEGER. If not, you get an error message with a detailed description of what went wrong to easily adjust your input request. This makes sure (among others) that our system does not solve an entirely different problem (compared to what you have actually posted) and does not provide you with unexpected results.

karussell commented 8 years ago

We can close here I think. See this blog post for more information.