GMSMutableFeatureStyle-Klassenreferenz


Überblick

Änderbare Version von GMSFeatureStyle

Übernimmt GMSFeatureStyle.

Öffentliche Mitgliedsfunktionen

(Instanztyp)initWithFillColor:strokeColor:strokeWidth:
 Initialisiert einen neuen Stil.
(Instanztyp)init
(GMSFeatureStyle *)- Kopieren
 Gibt eine Kopie dieses Stils zurück
(GMSMutableFeatureStyle *)mutableCopy
 Gibt eine änderbare Kopie dieses Formats zurück.

Statische öffentliche Mitgliederfunktionen

(Instanztyp)+ Stil
 Erstellt einen neuen änderbaren Stil.
(Instanztyp)+ styleWithFillColor:strokeColor:strokeWidth:
 Erstellt einen neuen Stil.

Eigenschaften

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

Dokumentation zu Mitgliederfunktionen

+ (Instanztyp) Stil

Erstellt einen neuen änderbaren Stil.

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

Erstellt einen neuen Stil.

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

Initialisiert einen neuen Stil.

– (Instanztyp) init

Gibt eine Kopie dieses Stils zurück

Gibt eine änderbare Kopie dieses Formats zurück.


Property-Dokumentation

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

Implementiert GMSFeatureStyle.

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

Implementiert GMSFeatureStyle.

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

Implementiert GMSFeatureStyle.

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

Implementiert GMSFeatureStyle.