GoogleRidesharingConsumer Framework Reference

  • GMTCMapViewMarkerType is an enumeration that defines different types of markers for a map view.

  • GMTCMapViewMarkerTypeUnknown represents an unspecified or unknown marker type, with a value of 0.

  • GMTCMapViewMarkerTypeVehicle identifies a marker that represents a vehicle, and is represented by the integer value 1.

  • GMTCMapViewMarkerTypeTripPickupPoint signifies a marker for a trip's pickup location, assigned the value 2.

  • GMTCMapViewMarkerTypeTripDropoffPoint signifies a marker for a trip's dropoff location, assigned the value 3, while GMTCMapViewMarkerTypeIntermediateDestination signifies a marker for a trip's intermediate destination, assigned the value 4.

GMTCMapViewMarkerType

enum GMTCMapViewMarkerType : NSUInteger {}

\defgroup GMTCMapViewMarkerType GMTCMapViewMarkerType @{