TripWaypoint
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"location": {
object (TerminalLocation )
},
"tripId": string,
"waypointType": enum (WaypointType ),
"pathToWaypoint": [
{
object (LatLng )
}
],
"encodedPathToWaypoint": string,
"trafficToWaypoint": {
object (ConsumableTrafficPolyline )
},
"distanceMeters": integer,
"eta": string,
"duration": string
} |
欄位 |
location |
object (TerminalLocation )
此航點的位置。
|
tripId |
string
與此路標相關聯的行程。
|
waypointType |
enum (WaypointType )
這個路線控點在這趟行程中扮演的角色,例如上車或下車。
|
pathToWaypoint[] |
object (LatLng )
從上一個路標到目前路標的路徑。清單中第一個路線點的未定義。只有在使用者提出要求時,系統才會填入這個欄位。
|
encodedPathToWaypoint |
string
從上一個路標到目前路標的經過編碼的路徑。 注意:此欄位僅供 Driver SDK 和 Consumer SDK 使用。目前不支援解碼。
|
trafficToWaypoint |
object (ConsumableTrafficPolyline )
前往此路線的路況。請注意,只有 Google 地圖平台的叫車和外送解決方案客戶才能使用交通資訊。
|
distanceMeters |
integer
從上一個路徑點到目前路徑點的路徑距離。清單中的第一個路線點為未定義。
|
eta |
string (Timestamp format)
到達這個路線控點的預計到達時間。清單中第一個路線點的未定義。 RFC3339 世界標準時間「Zulu」格式的時間戳記,解析度以奈秒為單位,小數點後最多 9 位。例如 "2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
duration |
string (Duration format)
從上一個路線控點到這個點的交通時間。清單中第一個路線點的未定義。 持續時間以秒為單位,最多 9 個小數位數,結尾為「s 」。例如:"3.5s" 。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-06 (世界標準時間)。
[[["容易理解","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-11-06 (世界標準時間)。"],[[["Waypoints represent stopping points or ending points on a vehicle's route or trip."],["Each waypoint includes information like location, trip ID, type (pickup, dropoff), path, and estimated arrival time."],["Waypoints can optionally include details about the path to the waypoint, traffic conditions, and distance."],["The ETA and duration fields provide estimates for arrival time and travel time to the waypoint."]]],[]]