GMSMutableFeatureStyle
@interface GMSMutableFeatureStyle : GMSFeatureStyle
Mutable version of GMSFeatureStyle.
-
Declaration
Swift
@NSCopying var fillColor: UIColor? { get set }
Objective-C
@property(nonatomic, readwrite, copy, nullable) UIColor *fillColor
-
Declaration
Swift
@NSCopying var strokeColor: UIColor? { get set }
Objective-C
@property(nonatomic, readwrite, copy, nullable) UIColor *strokeColor
-
Declaration
Swift
var strokeWidth: CGFloat { get set }
Objective-C
@property(nonatomic, readwrite) CGFloat strokeWidth
-
Declaration
Swift
var pointRadius: CGFloat { get set }
Objective-C
@property(nonatomic, readwrite) CGFloat pointRadius
-
Creates a new mutable style.
Declaration
Objective-C
+ (nonnull instancetype)style;