TripWaypointLog
Stay organized with collections
Save and categorize content based on your preferences.
Describes a stopping or ending point on a vehicle's route.
JSON representation |
{
"location": {
object (TerminalLocationLog )
},
"tripId": string,
"distanceMeters": integer,
"eta": string,
"duration": string,
"type": enum (WaypointTypeLog )
} |
Fields |
location |
object (TerminalLocationLog )
The waypoint's location.
|
tripId |
string
The trip that includes this waypoint.
|
distanceMeters |
integer
The path distance from the previous waypoint to this waypoint. Undefined for the first waypoint in a list.
|
eta |
string (Timestamp format)
The estimated time of arrival at this waypoint. Undefined for the first waypoint in a list. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .
|
duration |
string (Duration format)
The travel time from the previous waypoint to this point. Undefined for the first waypoint in a list. A duration in seconds with up to nine fractional digits, ending with 's '. Example: "3.5s" .
|
type |
enum (WaypointTypeLog )
The type that describes the role the waypoint plays for this trip, such as a pickup or dropoff.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["Waypoint represents a stopping or ending point on a vehicle's route, containing information about its location, trip association, and timing."],["Each Waypoint includes details like location, distance from the previous waypoint, estimated time of arrival, and travel time."],["The `type` field classifies the Waypoint's role within the trip, such as pickup or dropoff points."]]],[]]