That’s already part of how they find the “shortest” route in the first place. Every road has a weight, several weights in fact, like actual distance, average time spent on the road, historical traffic data, actual traffic data, elevation info etc. These were all used to find the route, so they can be also used to calculate the time. Basically adding up these in a clever way.
It’s graph algorithms all the way down in navigation.
Latest Answers