Enum TripType
The type of a trip.
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum TripType
Fields
Name | Description |
---|---|
Exclusive | The trip is exclusive to a vehicle. |
Shared | The trip may share a vehicle with other trips. |
UnknownTripType | Default, used for unspecified or unrecognized trip types. |