GoogleRidesharingDriver Framework Reference

  • GMTSTaskType is an enumeration that defines various task types using both Swift and Objective-C.

  • The GMTSTaskTypeUnspecified task type represents an unspecified task and is assigned the value 0.

  • GMTSTaskType includes four types related to delivery: deliveryPickup, deliveryDelivery, deliveryScheduledStop, and deliveryUnavailable.

  • GMTSTaskType also covers ridesharing with three types: ridesharingPickup, ridesharingDropoff, and ridesharingIntermediateStop.

GMTSTaskType

enum GMTSTaskType : NSUInteger {}

\defgroup GMTSTaskType GMTSTaskType @{