calculateRoute with openingIntervals?
Posted: Fri Nov 04, 2022 2:26 pm
Hey,
we are trying to get realistic travel time data after planning our Tour. Some of our visits have time limitations, so we tried to use the openingIntervals of the waypoints for those.
Interestingly, I get the following response:
Which is puzzling, because I did send the timeConsideration "OptimisticTimeConsideration" in the routeOptions. I also tried out other timeConsiderations, but the error stays the same. (See the attached request, I just changed the coordinates.)
Any idea what is going on here?
we are trying to get realistic travel time data after planning our Tour. Some of our visits have time limitations, so we tried to use the openingIntervals of the waypoints for those.
Interestingly, I get the following response:
Code: Select all
{
"faultInfo":
{
"$type":"InvalidRequestFault",
"hint":"Use the appropriate time consideration or remove the openingIntervals on the Waypoints."
},
"message":"No time consideration or OptimisticTimeConsideration has been set, but some Waypoints contain openingIntervals."
}
Any idea what is going on here?