Maximum Distance Setting Per Vehicle?

I know this is more for the ORS side of things but since many people are also using VROOM I am hoping someone can help me out.

I am using ORS and VROOM locally to build a route simulator. I am trying to limit the maximum distance each individual vehicle goes either between stops or altogether and am having some trouble. I have tried using the MAXIMUM_DISTANCE but as I am coming to understand it that it the total miles traversed by all vehicles so that has to be set pretty high.

Is this possible or is the suggestion of using the MAX_TIME the best which can be done?

Thanks in advance for your help.

Hi @John_Schmidt,

this is something that would need implementing on the vroom side of things.
Vroom usually queries ORS for matrices that return distances/times between all points, then uses those to find the optimal route.
In ors you can only limit overall distance for requests.

Best regards

2 Likes

Thanks you for your response. It would be lovely if VROOM had as much amazing support for its side of things as ORS does!!!