TollInfo
JSON 表示法 |
{
"estimatedPrice": [
{
object (Money )
}
]
} |
字段 |
estimatedPrice[] |
object (Money )
相应 Route 或 RouteLeg 的过路费金额。此列表包含各个货币的金额,这些金额是相应收费站预计收取的费用。通常,对于使用一种货币收取过路费的路线,此列表中只会包含一个项。对于国际行程,此列表可能包含多个项,以反映不同币种的过路费。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-27。
[null,null,["最后更新时间 (UTC):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"]]