Module: Google::Maps::FleetEngine::Delivery::V1::VehicleStop::State
- Defined in:
- proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb
Overview
The current state of a VehicleStop.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unknown.
0- NEW =
Created, but not actively routing.
1- ENROUTE =
Assigned and actively routing.
2- ARRIVED =
Arrived at stop. Assumes that when the Vehicle is routing to the next stop, that all previous stops have been completed.
3