GPKGPolygonOptions
Objective-C
@interface GPKGPolygonOptions : NSObjectSwift
class GPKGPolygonOptions : NSObjectPolygon Style Options
- 
                  
                  The fill color to use for the path DeclarationObjective-C @property (nonatomic, strong) UIColor *fillColorSwift var fillColor: CIColor! { get set }
- 
                  
                  The stroke color to use for the path DeclarationObjective-C @property (nonatomic, strong) UIColor *strokeColorSwift var strokeColor: CIColor! { get set }
- 
                  
                  The stroke width to use for the path DeclarationObjective-C @property (nonatomic) double lineWidth;Swift var lineWidth: Double { get set }
 View on GitHub
View on GitHub GPKGPolygonOptions Class Reference
        GPKGPolygonOptions Class Reference