Page Summary
-
GMTCPolylineTypeis an enumeration defining the supported types of polylines. -
GMTCPolylineTypeActiveRouterepresents the active route, with a value of 0 in Swift andGMTCPolylineTypeActiveRoutein Objective-C. -
GMTCPolylineTypeRemainingRouteindicates the remaining route, having a value of 1 in Swift andGMTCPolylineTypeRemainingRoutein Objective-C.
GMTCPolylineType
enum GMTCPolylineType : NSUInteger {}Enum definition of all supported polyline types.
-
Declaration
Swift
case activeRoute = 0Objective-C
GMTCPolylineTypeActiveRoute -
Declaration
Swift
case remainingRoute = 1Objective-C
GMTCPolylineTypeRemainingRoute