PTStrokeStyle
enum PTStrokeStyle : NSUInteger {}
The stroke style of the annotation.
-
The plain solid style.
Declaration
Objective-C
PTStrokeStylePlainSwift
case plain = 0 -
The cloudy solid style.
Declaration
Objective-C
PTStrokeStyleCloudySwift
case cloudy = 1 -
The dashed style.
Declaration
Objective-C
PTStrokeStyleDashedSwift
case dashed = 2
PTStrokeStyle Enumeration Reference