GMTCMapViewMarkerType
enum GMTCMapViewMarkerType : NSUInteger {}\defgroup GMTCMapViewMarkerType GMTCMapViewMarkerType @{
-
Declaration
Swift
case unknown = 0Objective-C
GMTCMapViewMarkerTypeUnknown -
Declaration
Swift
case vehicle = 1Objective-C
GMTCMapViewMarkerTypeVehicle -
Declaration
Swift
case tripPickupPoint = 2Objective-C
GMTCMapViewMarkerTypeTripPickupPoint -
Declaration
Swift
case tripDropoffPoint = 3Objective-C
GMTCMapViewMarkerTypeTripDropoffPoint -
Declaration
Swift
case intermediateDestination = 4Objective-C
GMTCMapViewMarkerTypeIntermediateDestination