Closed pdxmele closed 4 years ago
backend in bf318083091 -- the additional parameter is intermediatePlacesOrdered=true
It would be very cool to be able to specify, for each stop, the amount of time between arrival and departure. This way you can plan a trip that leaves you X minutes to achieve something before starting the next leg (go to store etc.) The front end might involve a context menu on intermediate points.
Current API allows for multiple destinations, but only through TSP (traveling salesman) solver. Users who want to plan a bike trip to multiple destinations in a particular order (Hillsboro to downtown to Beaverton and back to Hillsboro) will appreciate the ability to plan the full trip all in one request, instead of using a request for each segment.