API call returns unrealistic number for "arrival" time

We are sending the following input to the API and getting the following output:

Those two locations are only 0.5km away form each other, but the arrival on second location shows “136” which is 2 hours and 16 minutes.

There are more addresses on the same route, but those seem to have realistic “arrival” times. Only the second arrival seems very strange. What could cause this anomaly?

Thank you!

Your first location has ready time of 120 and servicetime of 15. The algorithm needs to wait 2 hours and 15 minutes before it can leave for the next destination. Adding 1 minute of travel time, the route arrives at 136 minutes at the first stop.

1 Like

Thank you for a quick response! Somehow I had missed that logic.

1 Like