GMSFeatureStyle 类参考

GMSFeatureStyle 类参考

概览

指定地图项在地图上显示时的显示方式。

继承自GMSMutableFeatureStyle

公开成员函数

(实例类型)- initWithFillColor:strokeColor:strokeWidth:initWithFillColor:strokeColor:strokeWidth:
 初始化一个新样式。
(实例类型)- 初始化init
 初始化默认样式。
(GMSFeatureStyle *)- 复制
 返回此样式的副本。
(GMSMutableFeatureStyle *)- mutableCopy
 返回此样式的可变副本。

静态公开成员函数

(实例类型)+ styleWithFillColor:strokeColor:strokeWidth:
 创建新的样式。

属性

UIColor * fillColor
 指定填充颜色,包括 Alpha 通道。
UIColor * strokeColor
 指定边框颜色,包括 Alpha 通道。
CGFloatstrokeWidth
 指定边框宽度(以屏幕点数为单位)。
CGFloatpointRadius
 指定点的半径。

成员函数文档

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

创建新的样式。

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

初始化一个新样式。

- (instancetype) init

初始化默认样式。

- (GMSFeatureStyle *)copy

返回此样式的副本。

返回此样式的可变副本。


属性说明

- (UIColor*) fillColor [read, copy]

指定填充颜色,包括 Alpha 通道。

GMSMutableFeatureStyle中实现。

- (UIColor*) strokeColor [read, copy]

指定边框颜色,包括 Alpha 通道。

GMSMutableFeatureStyle中实现。

- (CGFloat) strokeWidth [read, assign]

指定边框宽度(以屏幕点数为单位)。

GMSMutableFeatureStyle中实现。

- (CGFloat)pointRadiuspointRadius [read, assign]

指定点的半径。

仅适用于点类几何图形。

GMSMutableFeatureStyle中实现。