GoogleRidesharingConsumer Framework Reference

  • GMTSVehicleType is a data object that holds information about a vehicle's type.

  • The category property specifies the vehicle's type using the GMTSVehicleTypeCategory enum.

  • You can initialize a GMTSVehicleType object using the -initWithCategory: method in Objective-C or its equivalent in Swift.

  • The default init method (-init) is unavailable for this data object.

GMTSVehicleType

@interface GMTSVehicleType : GMTCImmutableData

Data object containing information about the type of the vehicle.