GoogleRidesharingConsumer Framework Reference

  • This page defines the GMTSVehicleState enum, which is used to represent the different states of a vehicle.

  • GMTSVehicleStateUnknown is a state represented by the value 0 and denotes an unknown vehicle state.

  • GMTSVehicleStateOffline is a state represented by the value 1, indicating that the vehicle is offline.

  • GMTSVehicleStateOnline is a state represented by the value 2 and indicates that the vehicle is online.

GMTSVehicleState

enum GMTSVehicleState : NSUInteger {}

Enum that defines all vehicle states.