Does time consideration guarantee consistent routing?
Posted: Wed Sep 30, 2020 9:12 am
Hello,
We have a use case that we think would be solved using the ExactTimeConsiderationAtStart route option, but we would like to check with you if we understood it's purpose correctly.
What we would like to do is to check actively if a driver has gone off route by recalculating his route by also taking his current position into account, but without changing the route that he already travelled. So this is our flow with:
1. At the drive start we calculate the route A ---> B using the current time as reference
2. Every five minutes, we calculate the A ----> CarPosition ----> B route with the start time as reference (same one used at 1.) and compare time/distance to see if anything changed (either the driver took a detour, the best route changed on the distance that hasn't been covered yet because of traffic/incidents, or both).
So my question is: does the ExactTimeConsiderationAtStart guarantee that nothing will change on the route that would have been covered in the past or should we expect some possible changes and find another way to implement this?
Thank you,
John
We have a use case that we think would be solved using the ExactTimeConsiderationAtStart route option, but we would like to check with you if we understood it's purpose correctly.
What we would like to do is to check actively if a driver has gone off route by recalculating his route by also taking his current position into account, but without changing the route that he already travelled. So this is our flow with:
1. At the drive start we calculate the route A ---> B using the current time as reference
2. Every five minutes, we calculate the A ----> CarPosition ----> B route with the start time as reference (same one used at 1.) and compare time/distance to see if anything changed (either the driver took a detour, the best route changed on the distance that hasn't been covered yet because of traffic/incidents, or both).
So my question is: does the ExactTimeConsiderationAtStart guarantee that nothing will change on the route that would have been covered in the past or should we expect some possible changes and find another way to implement this?
Thank you,
John