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 *fillColorSwift
var fillColor: CIColor! { get set } -
The stroke color to use for the path
Declaration
Objective-C
@property (nonatomic, strong) UIColor *strokeColorSwift
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 }
View on GitHub
GPKGPolygonOptions Class Reference