Module: Google::Maps::FleetEngine::V1::VehicleState
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicles.rb
Overview
The state of a Vehicle
.
Constant Summary collapse
- UNKNOWN_VEHICLE_STATE =
Default, used for unspecified or unrecognized vehicle states.
0
- 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.
1
- ONLINE =
The vehicle is accepting new trips.
2