Page Summary
-
The
GMTSTripTypeenum defines the various types of trips available. -
GMTSTripTypeUnknownrepresents an unknown trip type and is assigned a value of 0. -
GMTSTripTypeSharedsignifies a shared trip and corresponds to a value of 1. -
GMTSTripTypeExclusiveindicates an exclusive trip and has a value of 2.
GMTSTripType
enum GMTSTripType : NSUInteger {}Defines all the trip types.
-
Declaration
Swift
case unknown = 0Objective-C
GMTSTripTypeUnknown -
Declaration
Swift
case shared = 1Objective-C
GMTSTripTypeShared -
Declaration
Swift
case exclusive = 2Objective-C
GMTSTripTypeExclusive