AI-generated Key Takeaways
-
JSON representation provides supplementary route details like tolls, traffic, and fuel consumption.
-
The
tollInfofield indicates presence of tolls and potential costs if available. -
speedReadingIntervalsdetails traffic density along the route using intervals. -
fuelConsumptionMicrolitersprovides an estimate of fuel usage for the route. -
routeRestrictionsPartiallyIgnoredsignals potential unsuitability of the route for the travel mode. -
transitFareshows the total cost for transit routes if applicable and available.
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions.
| JSON representation |
|---|
{ "tollInfo" : { object ( |
| Fields | |
|---|---|
tollInfo
|
Contains information about tolls on the route. This field is only populated if tolls are expected on the route and |
speedReadingIntervals[]
|
Speed reading intervals indicating traffic density. This field is only populated for requests when the request has a Example:
|
fuelConsumptionMicroliters
|
The predicted fuel consumption in microliters. This field is only populated when |
routeRestrictionsPartiallyIgnored
|
Returned route may have restrictions that are not suitable for requested travel mode or route modifiers. |
transitFare
|
If present, contains the total fare or ticket costs on this route This property is only returned for |

