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