Enum VehicleState
The state of a Vehicle
.
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum VehicleState
Fields
Name | Description |
---|---|
Offline | The vehicle is not accepting new trips. Note: the vehicle may continue to operate in this state while completing a trip assigned to it. |
Online | The vehicle is accepting new trips. |
UnknownVehicleState | Default, used for unspecified or unrecognized vehicle states. |