Route
object represents a planned sequence of stops for a vehicle or delivery agent.
The core of the Route
is the stops
array, which lists the specific locations to visit in order. Each stop within this array details:
stopType
).objectIds
).arrivalTime
, departTime
, serviceTime
).distanceFromPrevious
, durationFromPrevious
).location
).Route ID
OK
Represents a planned sequence of stops for a delivery or batch.