Expand description
Defines additional types related to ShipmentRoute.
Structs§
- Break
- Data representing the execution of a break.
- Delay
Deprecated - Deprecated: Use ShipmentRoute.Transition.delay_duration instead. Time interval spent on the route resulting from a TransitionAttributes.delay.
- Encoded
Polyline - The encoded representation of a polyline. More information on polyline encoding can be found here: https://developers.google.com/maps/documentation/utilities/polylinealgorithm https://developers.google.com/maps/documentation/javascript/reference/geometry#encoding.
- Transition
- Transition between two events on the route. See the description of ShipmentRoute.
- Travel
Step Deprecated - Deprecated: Use
ShipmentRoute.Transition
instead. Travel between each visit along the route: from the vehicle’s
start_locationto the first visit’sarrival_location, then from the first visit’sdeparture_locationto the second visit’sarrival_location, and so on until the vehicle’send_location. This accounts only for the actual travel between visits, not counting the waiting time, the time spent performing a visit, nor the distance covered during a visit. - Vehicle
Load - Reports the actual load of the vehicle at some point along the route, for a given type (see Transition.vehicle_loads).
- Visit
- A visit performed during a route. This visit corresponds to a pickup or a
delivery of a
Shipment.