GoogleRidesharingConsumer Framework Reference

  • The GMTSTripType enum defines the various types of trips available.

  • GMTSTripTypeUnknown represents an unknown trip type and is assigned a value of 0.

  • GMTSTripTypeShared signifies a shared trip and corresponds to a value of 1.

  • GMTSTripTypeExclusive indicates an exclusive trip and has a value of 2.

GMTSTripType

enum GMTSTripType : NSUInteger {}

Defines all the trip types.