GPKGPolygonOptions
Objective-C
@interface GPKGPolygonOptions : NSObject
Swift
class GPKGPolygonOptions : NSObject
Polygon Style Options
-
The fill color to use for the path
Declaration
Objective-C
@property (nonatomic, strong) UIColor *fillColor
Swift
var fillColor: CIColor! { get set }
-
The stroke color to use for the path
Declaration
Objective-C
@property (nonatomic, strong) UIColor *strokeColor
Swift
var strokeColor: CIColor! { get set }
-
The stroke width to use for the path
Declaration
Objective-C
@property (nonatomic) double lineWidth;
Swift
var lineWidth: Double { get set }