Module: Google::Maps::FleetEngine::V1::TripType
- Defined in:
- proto_docs/google/maps/fleetengine/v1/fleetengine.rb
Overview
The type of a trip.
Constant Summary collapse
- UNKNOWN_TRIP_TYPE =
Default, used for unspecified or unrecognized trip types.
0
- SHARED =
The trip may share a vehicle with other trips.
1
- EXCLUSIVE =
The trip is exclusive to a vehicle.
2