GoogleRidesharingDriver Framework Reference

  • The GMTDVehicleState enum represents the current state of a vehicle.

  • GMTDVehicleStateOffline indicates the vehicle is offline and is represented by the integer value 0.

  • GMTDVehicleStateOnline indicates the vehicle is online and is represented by the integer value 1.

GMTDVehicleState

enum GMTDVehicleState : NSInteger {}

Enum that represents the current vehicle state.