GoogleRidesharingDriver Framework Reference

  • The GMTDVehicleStopState enum defines the possible states of a vehicle stop.

  • GMTDVehicleStopStateUnspecified represents an unspecified state with a value of 0.

  • GMTDVehicleStopStateNew indicates a new stop state.

  • GMTDVehicleStopStateEnroute signifies that the vehicle is currently en route.

  • GMTDVehicleStopStateArrived denotes that the vehicle has reached its stop.

GMTDVehicleStopState

enum GMTDVehicleStopState : NSUInteger {}

Enum representing all possible VehicleStop states.