GoogleRidesharingConsumer Framework Reference

  • GMTSVehicleTypeCategory is an enumeration defining different types of vehicles.

  • The unknown category, represented by the value 0, is used when the vehicle type is not identified.

  • The auto category, represented by the value 1, identifies automobiles.

  • The taxi, truck, and twoWheeler categories are identified with values 2, 3, and 4, respectively, for taxis, trucks, and two-wheeled vehicles.

  • Each vehicle type category has a corresponding representation in both Swift and Objective-C.

GMTSVehicleTypeCategory

enum GMTSVehicleTypeCategory : NSUInteger {}

@}