GMSFeatureStyle-Klassenreferenz


Überblick

Gibt an, wie ein Kartenelement auf einer Karte angezeigt werden soll.

Von GMSMutableFeatureStyle übernommen.

Ö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)+ styleWithFillColor:strokeColor:strokeWidth:
 Erstellt einen neuen Stil.

Eigenschaften

UIColor * fillColor
 Gibt die Füllfarbe einschließlich des Alphakanals an.
UIColor * strokeColor
 Gibt die Rahmenfarbe einschließlich des Alphakanals an.
CGFloatstrokeWidth
 Gibt die Rahmenbreite in Bildschirmpunkten an.
CGFloatpointRadius
 Gibt den Radius eines Punkts an.

Dokumentation zu Mitgliederfunktionen

+ (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, copy]

Gibt die Füllfarbe einschließlich des Alphakanals an.

Implementiert in GMSMutableFeatureStyle.

– (UIColor*) strokeColor [read, copy]

Gibt die Rahmenfarbe einschließlich des Alphakanals an.

Implementiert in GMSMutableFeatureStyle.

– (CGFloat) strokeWidth [read, assign]

Gibt die Rahmenbreite in Bildschirmpunkten an.

Implementiert in GMSMutableFeatureStyle.

– (CGFloat) pointRadius [read, assign]

Gibt den Radius eines Punkts an.

Gilt nur für Punktgeometrien.

Implementiert in GMSMutableFeatureStyle.