GMSMutableFeatureStyle Sınıf Referansı

GMSMutableFeatureStyle Sınıf Referansı

Genel bakış

GMSFeatureStyle'ın değişebilir sürümü.

GMSFeatureStyle öğesini devralır.

Herkese Açık Üye İşlevleri

(instancetype)- initWithFillColor:strokeColor:strokeWidth:
 Yeni bir stil başlatır.
(instancetype)- init
(GMSFeatureStyle *)- kopya
 Bu stilin bir kopyasını döndürür.
(GMSMutableFeatureStyle *)- mutableCopy
 Bu stilin değişken bir kopyasını döndürür.

Statik Herkese Açık Üye İşlevleri

(instancetype)+ stil
 Değişebilir yeni bir stil oluşturur.
(instancetype)+ styleWithFillColor:strokeColor:strokeWidth:
 Yeni stil oluşturur.

Mülkler

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

Üye İşlevi Belgeleri

+ (instancetype) stil

Değişebilir yeni bir stil oluşturur.

+ (instancetype) styleWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
çizgiGenişliği: (CGFloat) strokeWidth

Yeni stil oluşturur.

- (instancetype) initWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
çizgiGenişliği: (CGFloat) strokeWidth

Yeni bir stil başlatır.

- (instancetype) init

Bu stilin bir kopyasını döndürür.

Bu stilin değişken bir kopyasını döndürür.


Mülkiyet Belgeleri

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

GMSFeatureStyle'ı uygular.

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

GMSFeatureStyle'ı uygular.

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

GMSFeatureStyle'ı uygular.

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

GMSFeatureStyle'ı uygular.