TollInfo

  • Toll information is encapsulated within the Route or RouteLeg objects in JSON format.

  • estimatedPrice field provides the estimated toll costs in various currencies using the Money object.

  • Toll prices are presented as a list, potentially containing multiple currencies for international routes.

Encapsulates toll information on a Route or on a RouteLeg.

JSON representation
{
  "estimatedPrice": [
    {
      object (Money)
    }
  ]
}
Fields
estimatedPrice[]

object (Money)

The monetary amount of tolls for the corresponding Route or RouteLeg. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.