GoogleRidesharingConsumer Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTCMapViewMarkerType
enum GMTCMapViewMarkerType : NSUInteger {}
\defgroup GMTCMapViewMarkerType GMTCMapViewMarkerType
@{
-
Declaration
Objective-C
GMTCMapViewMarkerTypeUnknown
-
Declaration
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[[["`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."]]],[]]