Odniesienie do klasy GMSMutableFeatureStyle


Przegląd

Zmienna wersja GMSFeatureStyle.

Dziedziczy styl GMSFeatureStyle.

Publiczne funkcje członków

(instancetype)initWithFillColor:strokeColor:strokeWidth::
 Inicjuje nowy styl.
(instancetype)- init
 Inicjuje styl domyślny.
(GMSFeatureStyle *)- kopia
 Zwraca kopię tego stylu.
(GMSMutableFeatureStyle *)mutableCopy
 Zwraca zmienną kopię tego stylu.

Statyczne publiczne funkcje składowe

(instancetype)+ styl
 Tworzy nowy zmienny styl.
(instancetype)+ styleWithFillColor:strokeColor:strokeWidth:
 Tworzy nowy styl.

Usługi

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

Dokumentacja funkcji członków

+ (typ instancji) style

Tworzy nowy zmienny styl.

+ (typ instancji) styleWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
Szerokość kreski: (CGFloat) strokeWidth

Tworzy nowy styl.

- (typ instancji) initWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
Szerokość kreski: (CGFloat) strokeWidth

Inicjuje nowy styl.

- (typ instancji) init

Inicjuje styl domyślny.

Zwraca kopię tego stylu.

Zwraca zmienną kopię tego stylu.


Dokumentacja usługi

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

Stosuje GMSFeatureStyle.

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

Stosuje GMSFeatureStyle.

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

Stosuje GMSFeatureStyle.

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

Stosuje GMSFeatureStyle.