Google Maps FleetEngine Delivery V1 Client - Class State (0.1.1)

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 \ VehicleStop

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PBNEW

Value: 1

Created, but not actively routing.

Generated from protobuf enum NEW = 1;

ENROUTE

Value: 2

Assigned and actively routing.

Generated from protobuf enum ENROUTE = 2;

ARRIVED

Value: 3

Arrived 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;