GoogleRidesharingConsumer Framework Reference

  • GMTCPolylineType is an enumeration defining the supported types of polylines.

  • GMTCPolylineTypeActiveRoute represents the active route, with a value of 0 in Swift and GMTCPolylineTypeActiveRoute in Objective-C.

  • GMTCPolylineTypeRemainingRoute indicates the remaining route, having a value of 1 in Swift and GMTCPolylineTypeRemainingRoute in Objective-C.

GMTCPolylineType

enum GMTCPolylineType : NSUInteger {}

Enum definition of all supported polyline types.