TollInfo
JSON 表現 |
{
"estimatedPrice": [
{
object (Money )
}
]
} |
フィールド |
estimatedPrice[] |
object (Money )
対応する Route または RouteLeg の通行料の金額。このリストには、通行料所で請求される予定の通貨ごとに金額が含まれています。通常、このリストには、通行料が 1 つの通貨で支払われるルートの項目が 1 つだけ含まれます。国際的なルートの場合は、通行料が異なる通貨で表示されるため、このリストに複数の項目が含まれることがあります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-27 UTC。
[null,null,["最終更新日 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"]]