Tham chiếu lớp GMSMutableFeatureStyle

Tài liệu tham khảo về lớp GMSMutableFeatureStyle

Tổng quan

Phiên bản có thể biến đổi của GMSFeatureStyle.

Kế thừa GMSFeatureStyle.

Hàm thành viên công khai

(instancetype)initWithFillColor:strokeColor:strokeWidth:
 Khởi chạy một kiểu mới.
(instancetype)init
 Khởi chạy một kiểu mặc định.
(GMSFeatureStyle *)sao chép
 Trả về bản sao của kiểu này.
(GMSMutableFeatureStyle *)mutableCopy (có thể thay đổi)
 Trả về một bản sao có thể thay đổi của kiểu này.

Hàm thành viên công khai tĩnh

(instancetype)+ kiểu
 Tạo một kiểu mới có thể thay đổi.
(instancetype)+ styleWithFillColor:strokeColor:strokeWidth:
 Tạo kiểu mới.

Thuộc tính

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

Tài liệu về chức năng của thành viên

+ (instancetype) kiểu

Tạo một kiểu mới có thể thay đổi.

+ (instancetype) styleWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
nét vẽ: (CGFloat) strokeWidth

Tạo kiểu mới.

– (instancetype) initWithFillColor: (nullable UIColor *)  fillColor
strokeColor: (nullable UIColor *)  strokeColor
nét vẽ: (CGFloat) strokeWidth

Khởi chạy một kiểu mới.

– (instancetype) init

Khởi chạy một kiểu mặc định.

Trả về bản sao của kiểu này.

Trả về một bản sao có thể thay đổi của kiểu này.


Tài liệu về thuộc tính

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

Triển khai GMSFeatureStyle.

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

Triển khai GMSFeatureStyle.

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

Triển khai GMSFeatureStyle.

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

Triển khai GMSFeatureStyle.