I'm using Routing REST API V8 to collect travel time data. I understand that 'duration' returns the total amount of travel time at a specified departure time depending on traffic. What is the difference between requesting a departure time in the future and in the past?
My guess is that for future 'departureTime', 'duration' is an estimation. In that case, is it possible to know how was this estimated? Also, for past 'departureTime', what it returns is some kind of historical travel time.
Thank you