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