Referensi Class GMSMutableFeatureStyle

Referensi Class GMSMutableFeatureStyle

Ringkasan

Versi GMSFeatureStyle yang dapat diubah.

Mewarisi GMSFeatureStyle.

Fungsi Anggota Publik

(jenis instance)- initWithFillColor:strokeColor:strokeWidth:
 Melakukan inisialisasi gaya baru.
(jenis instance)- init
(GMSFeatureStyle *)- salin
 Menampilkan salinan gaya ini.
(GMSMutableFeatureStyle *)- mutableCopy
 Menampilkan salinan yang dapat diubah dari gaya ini.

Fungsi Anggota Publik Statis

(jenis instance)+ gaya
 Membuat gaya baru yang dapat berubah.
(jenis instance)+ styleWithFillColor:strokeColor:strokeWidth:
 Menciptakan gaya baru.

Properti

Warna UI * fillColor
Warna UI * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

Dokumentasi Fungsi Anggota

+ (instancetype) style

Membuat gaya baru yang dapat berubah.

+ (instancetype) styleWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
{i>strokeWidth<i}: (CGFloat) strokeWidth

Menciptakan gaya baru.

- (instancetype) initWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
{i>strokeWidth<i}: (CGFloat) strokeWidth

Melakukan inisialisasi gaya baru.

- (instancetype) init

Menampilkan salinan gaya ini.

Menampilkan salinan yang dapat diubah dari gaya ini.


Dokumentasi Properti

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

Mengimplementasikan GMSFeatureStyle.

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

Mengimplementasikan GMSFeatureStyle.

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

Mengimplementasikan GMSFeatureStyle.

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

Mengimplementasikan GMSFeatureStyle.