GoogleRidesharingConsumer Framework Reference

  • This page defines the GMTSVehicleSupportedTripTypes enum, which outlines the types of trips supported by a vehicle.

  • GMTSVehicleSupportedTripTypesUnknown represents an undefined or unknown trip type, assigned a value of 0.

  • GMTSVehicleSupportedTripTypesShared represents a shared trip, with a value of 1 in Objective-C, accessible as a static variable in Swift.

  • GMTSVehicleSupportedTripTypesExclusive represents an exclusive trip, with a value of 2 (1 << 1) in Objective-C, also accessible as a static variable in Swift.

GMTSVehicleSupportedTripTypes

enum GMTSVehicleSupportedTripTypes : NSUInteger {}

Options for definition of allowed trip type.