Enum VehicleMatch.Types.VehicleMatchType
Type of vehicle match.
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum VehicleMatch.Types.VehicleMatchType
Fields
Name | Description |
---|---|
BackToBack | The vehicle is currently assigned to a trip, but can proceed to the pickup point after completing the in-progress trip. ETA and distance calculations take the existing trip into account. |
Carpool | The vehicle has sufficient capacity for a shared ride. |
CarpoolBackToBack | The vehicle will finish its current, active trip before proceeding to the pickup point. ETA and distance calculations take the existing trip into account. |
Exclusive | The vehicle currently has no trip assigned to it and can proceed to the pickup point. |
Unknown | Unknown vehicle match type |