PTStrokeStyle
enum PTStrokeStyle : NSUInteger {}
The stroke style of the annotation.
-
The plain solid style.
Declaration
Objective-C
PTStrokeStylePlain
Swift
case plain = 0
-
The cloudy solid style.
Declaration
Objective-C
PTStrokeStyleCloudy
Swift
case cloudy = 1
-
The dashed style.
Declaration
Objective-C
PTStrokeStyleDashed
Swift
case dashed = 2