GMSMutableFeatureStyle クラス リファレンス


概要

GMSFeatureStyle の変更可能なバージョン。

GMSFeatureStyle を継承します。

パブリック メンバーの関数

(instancetype)- initWithFillColor:strokeColor:strokeWidth:
 新しいスタイルを初期化します。
(instancetype)- init
 デフォルトのスタイルを初期化します。
GMSFeatureStyle *)- コピー
 このスタイルのコピーを返します。
GMSMutableFeatureStyle *)- mutableCopy
 このスタイルの変更可能なコピーを返します。

静的公開メンバー関数

(instancetype)+ スタイル
 新しい変更可能なスタイルを作成します。
(instancetype)+ styleWithFillColor:strokeColor:strokeWidth:
 新しいスタイルを作成します。

プロパティ

UIColor * fillColor
UIColor * strokeColor
CGFloatstrokeWidth
CGFloatpointRadius

メンバー関数のドキュメント

+ (instancetype) style

新しい変更可能なスタイルを作成します。

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

新しいスタイルを作成します。

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

新しいスタイルを初期化します。

- (instancetype) init

デフォルトのスタイルを初期化します。

このスタイルのコピーを返します。

このスタイルの変更可能なコピーを返します。


プロパティのドキュメント

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

GMSFeatureStyle を実装します。

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

GMSFeatureStyle を実装します。

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

GMSFeatureStyle を実装します。

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

GMSFeatureStyle を実装します。