GMSMutableFeatureStyle 類別參考

GMSMutableFeatureStyle 類別參考

總覽

可變動版本GMSFeatureStyle

繼承GMSFeatureStyle

公開成員函式

(instancetype)- initWithFillColor:strokeColor:strokeWidth:
 初始化新樣式。
(instancetype)- init
(GMSFeatureStyle *)- 副本
 傳回這個樣式的副本。
(GMSMutableFeatureStyle *)- mutableCopy
 傳回此樣式的可變動副本。

靜態成員函式

(instancetype)+ 樣式
 建立新的可變動樣式。
(instancetype)+ styleWithFillColor:strokeColor:strokeWidth:
 建立新樣式。

資源

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

成員函式說明文件

+ (執行個體類型) style

建立新的可變動樣式。

+ (instancetype) styleWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
strokeWidth: (CGFloat) strokeWidth

建立新樣式。

- (instancetype) initWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
strokeWidth: (CGFloat) strokeWidth

初始化新樣式。

- (執行個體類型) init

傳回這個樣式的副本。

傳回此樣式的可變動副本。


資源說明文件

- (UIColor*) fillColor [read, write, copy]

實作GMSFeatureStyle

- (UIColor*) strokeColor [read, write, copy]

實作GMSFeatureStyle

- (CGFloat) strokeWidth [read, write, assign]

實作GMSFeatureStyle

- (CGFloat) pointRadius [read, write, assign]

實作GMSFeatureStyle