When HERE is calculating a route, by default, does it use shortest distance or shortest time? We have an integration for our routing software to use HAZMAT routes, but we do not specific how to calculate the route other than which roads to exclude due to the chemical they are hauling. Our customer is asking if it uses the shortest distance or shortest time to calculate the route after that?
Asked
Active
Viewed 54 times
1 Answers
1
In Routing API v7 (in maintenance) the mode is mandatory, so you need to specify it (fastest, shortest or balanced).
In Routing API V8 it's not mandatory and the default is fast

Tomas
- 1,849
- 1
- 13
- 13
-
Yep, it is written explicitly in the documentation that the default is `fast` as Tomas said. – psxls Mar 03 '21 at 15:58