TollInfo
JSON 表示法 |
{
"estimatedPrice": [
{
object (Money )
}
]
} |
欄位 |
estimatedPrice[] |
object (Money )
對應 Route 或 RouteLeg 的通行費金額。這份清單包含每種貨幣的金額,這些貨幣是收費站預計收取的費用。通常這個清單只會包含一個項目,代表收取過路費的路線,且以一種貨幣計價。如果是國際行程,這個清單可能會包含多個項目,以反映不同幣別的通行費。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-27 (世界標準時間)。
[null,null,["上次更新時間:2024-11-27 (世界標準時間)。"],[[["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"]]