Describes a stopping or ending point on a vehicle's route.
JSON representation |
---|
{ "location": { object ( |
Fields | |
---|---|
location |
The waypoint's location. |
trip |
The trip that includes this waypoint. |
distance |
The path distance from the previous waypoint to this waypoint. Undefined for the first waypoint in a list. |
eta |
The estimated time of arrival at this waypoint. Undefined for the first waypoint in a list. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
duration |
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 ' |
type |
The type that describes the role the waypoint plays for this trip, such as a pickup or dropoff. |