GoogleRidesharingConsumer Framework Reference

  • This content defines the GMTSTripWaypointType enum, which is used to identify different types of waypoints in a trip.

  • The enum includes GMTSTripWaypointTypeUnknown representing an undefined waypoint.

  • The enum includes GMTSTripWaypointTypePickUp indicating a pick-up location for a trip.

  • The enum includes GMTSTripWaypointTypeDropOff specifying a drop-off location for a trip.

  • The enum includes GMTSTripWaypointTypeIntermediateDestination signifying an intermediate destination within a trip.

GMTSTripWaypointType

enum GMTSTripWaypointType : NSUInteger {}

Enum defining the waypoints associated with a trip.