Odniesienie klasy GMSFeatureStyle


Przegląd

Określa, jak obiekt mapy powinien być wyświetlany na mapie.

Publiczne funkcje członków

(typ instancji)initWithFillColor:strokeColor:strokeWidth:
 Inicjuje nowy styl.

Statyczne publiczne funkcje członkowskie

(typ instancji)+ styleWithFillColor:strokeColor:strokeWidth:
 Tworzy nowy styl.

Usługi

UIColor * fillColor
 Określa kolor wypełnienia, w tym kanał alfa.
UIColor * strokeColor
 Określa kolor obramowania, w tym kanał alfa.
CGFloatstrokeWidth
 Określa szerokość obramowania w punktach na ekranie.

Dokumentacja funkcji członka

+ (typ instancji) styleWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
Długość kreski: (CGFloat) strokeWidth,

Tworzy nowy styl.

- (typ instancji) initWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
Długość kreski: (CGFloat) strokeWidth,

Inicjuje nowy styl.


Dokumentacja usługi

– (UIColor*) fillColor [read, copy]

Określa kolor wypełnienia, w tym kanał alfa.

– (UIColor*) strokeColor [read, copy]

Określa kolor obramowania, w tym kanał alfa.

- (CGFloat) strokeWidth [read, assign]

Określa szerokość obramowania w punktach na ekranie.