Referensi Class GMSMutableFeatureStyle

Referensi Class GMSMutableFeatureStyle

Ringkasan

Versi GMSFeatureStyle yang dapat diubah.

Mewarisi GMSFeatureStyle.

Fungsi Anggota Publik

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

Fungsi Anggota Publik Statis

(instancetype)+ gaya
 Membuat gaya baru yang dapat diubah.
(instancetype)+ styleWithFillColor:strokeColor:strokeWidth:
 Membuat gaya baru.

Properti

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

Dokumentasi Fungsi Anggota

+ (instancetype) style

Membuat gaya baru yang dapat diubah.

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

Membuat gaya baru.

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

Melakukan inisialisasi gaya baru.

- (instancetype) init

Melakukan inisialisasi gaya default.

Menampilkan salinan gaya ini.

Menampilkan salinan gaya ini yang dapat diubah.


Dokumentasi Properti

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

Menerapkan GMSFeatureStyle.

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

Menerapkan GMSFeatureStyle.

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

Menerapkan GMSFeatureStyle.

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

Menerapkan GMSFeatureStyle.