Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class State.
The current state of a VehicleStop.
Protobuf type maps.fleetengine.delivery.v1.VehicleStop.State
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1 \ VehicleStopMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PBNEW
Value: 1Created, but not actively routing.
Generated from protobuf enum NEW = 1;
ENROUTE
Value: 2Assigned and actively routing.
Generated from protobuf enum ENROUTE = 2;
ARRIVED
Value: 3Arrived at stop. Assumes that when the Vehicle is routing to the next stop, that all previous stops have been completed.
Generated from protobuf enum ARRIVED = 3;