Use a
getroute
request to retrieve more information about a previously calculated route by specifying the
routeId
from a previously calculated route response. Make sure to use the same
mode
parameter (
mode=fastest;car;
). The traffic mode can be added arbitrarily.
Note: Since routeId
is not a permanent identifier it can change with the map version. If the example getroute
request is failing, then the below exampled calculate route request needs to be recalculated to acquire a fresh and valid routeId
. The routeId
parameter should be then replaced by the new one in the example getroute
request.