RouteTravelAdvisory
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
包含應告知使用者的其他資訊,例如可能的交通區域限制。
JSON 表示法 |
{
"tollInfo": {
object (TollInfo )
},
"speedReadingIntervals": [
{
object (SpeedReadingInterval )
}
],
"fuelConsumptionMicroliters": string,
"routeRestrictionsPartiallyIgnored": boolean,
"transitFare": {
object (Money )
}
} |
欄位 |
tollInfo |
object (TollInfo )
包含路線上收費路段的相關資訊。只有在路線可能會搭乘收費路段時,才會填入這個欄位。如果已設定這個欄位,但未填入 estimatedPrice 子欄位,則路線會包含收費路段,但預估價格不明。如未設定這個欄位,路線上就不會出現收費路段。
|
speedReadingIntervals[] |
object (SpeedReadingInterval )
速度讀取間隔,詳細說明交通密度。適用於 TRAFFIC_AWARE 和 TRAFFIC_AWARE_OPTIMAL 轉送偏好設定間隔會涵蓋路線的完整折線,而且不會重疊。指定間隔的開始時間與前一個間隔的端點相同。 範例:
polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
speedReadingIntervals: [A,C), [C,D), [D,G).
|
fuelConsumptionMicroliters |
string (int64 format)
預測的燃料耗量,以微公升為單位。
|
routeRestrictionsPartiallyIgnored |
boolean
傳回的路線可能不適用於要求的交通方式或路線修飾符。
|
transitFare |
object (Money )
如有,則包含這條路線的總車資或票券成本。此屬性只會針對 TRANSIT 要求傳回,且僅適用於所有大眾運輸步驟都有車資資訊的路線。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-21 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-21 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-21 (世界標準時間)。"]]