TollInfo
JSON-Darstellung |
{
"estimatedPrice": [
{
object (Money )
}
]
} |
Felder |
estimatedPrice[] |
object (Money )
Der Geldbetrag der Maut für die entsprechende Route oder RouteLeg . Diese Liste enthält einen Geldbetrag für jede Währung, der voraussichtlich an den Mautstationen berechnet wird. Normalerweise enthält diese Liste nur einen Eintrag für Strecken mit Maut in einer Währung. Bei internationalen Fahrten kann diese Liste mehrere Elemente enthalten, um Mautgebühren in verschiedenen Währungen widerzuspiegeln.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-27 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-27 (UTC)."],[[["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."]]],["Toll information for a Route or RouteLeg is represented in JSON. The `estimatedPrice` field, an array, contains monetary amounts for tolls, specified as `Money` objects. Each array item represents a different currency that might be charged. Typically, there's one item per currency, but international trips may have multiple items reflecting tolls in different currencies. This field provides the expected toll charges for each route segment.\n"]]