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