GoogleRidesharingConsumer Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTSTripWaypointType
enum GMTSTripWaypointType : NSUInteger {}
Enum defining the waypoints associated with a trip.
-
Declaration
Objective-C
GMTSTripWaypointTypeUnknown
-
Declaration
Objective-C
GMTSTripWaypointTypePickUp
-
Declaration
Objective-C
GMTSTripWaypointTypeDropOff
-
Declaration
Swift
case intermediateDestination = 3
Objective-C
GMTSTripWaypointTypeIntermediateDestination
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-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],["The provided content defines the `GMTSTripWaypointType` enum, which outlines the different types of waypoints associated with a trip. The enum has four possible values: `unknown` (0), `pickUp` (1), `dropOff` (2), and `intermediateDestination` (3). Each value is defined for both Swift (case) and Objective-C. These types help to identify and categorize the role of each waypoint within a given trip.\n"]]