GoogleRidesharingConsumer Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTCCustomizableMarkerType
enum GMTCCustomizableMarkerType : NSInteger {}
Enum definition of all supported customizable marker types.
-
Placemark for internal marker types that are not customizable.
Declaration
Objective-C
GMTCCustomizableMarkerTypeUnknown = -1
-
Pickup point icon shown when a trip is in progress with a participating rider.
Declaration
Swift
case tripPickupPoint = 0
Objective-C
GMTCCustomizableMarkerTypeTripPickupPoint
-
Dropoff point icon shown when the trip is in progress with a participating rider.
Declaration
Swift
case tripDropoffPoint = 1
Objective-C
GMTCCustomizableMarkerTypeTripDropoffPoint
-
Vehicle icon shown when the trip is in progress. This icon matches the trip connected to the
rider.
Declaration
Swift
case tripVehicle = 2
Objective-C
GMTCCustomizableMarkerTypeTripVehicle
-
An intermediate destination in an active trip.
Declaration
Swift
case intermediateDestination = 3
Objective-C
GMTCCustomizableMarkerTypeIntermediateDestination
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."],[[["The `GMTCCustomizableMarkerType` enum defines the various types of customizable markers supported."],["`GMTCCustomizableMarkerTypeUnknown` is used for internal marker types that are not customizable and has a value of -1."],["`GMTCCustomizableMarkerTypeTripPickupPoint` represents the pickup point icon for a trip in progress, with a value of 0."],["`GMTCCustomizableMarkerTypeTripDropoffPoint` indicates the dropoff point icon for an active trip and has a value of 1."],["`GMTCCustomizableMarkerTypeTripVehicle` represents the vehicle icon displayed during a trip, while `GMTCCustomizableMarkerTypeIntermediateDestination` is used for intermediate destinations."]]],[]]