ZMSLabel Class Reference
| Inherits from | ZMSOverlay : NSObject |
|---|---|
| Declared in | ZMSLabel.h |
anchor
注記を描画する緯度経度(度)
@property (nonatomic, assign) CLLocationCoordinate2D anchorDiscussion
注記を描画する緯度経度(度)
Declared In
ZMSLabel.h
textSize
フォントサイズ 1- 文字列の長さにより最大フォントサイズは異なる
@property (nonatomic, assign) CGFloat textSizeDiscussion
フォントサイズ 1- 文字列の長さにより最大フォントサイズは異なる
Declared In
ZMSLabel.h
textColor
注記の文字色(RGBA)
@property (nonatomic, strong) UIColor *textColorDiscussion
注記の文字色(RGBA)
Declared In
ZMSLabel.h
backgroundColor
注記の文字背景色(RGBA)
@property (nonatomic, strong) UIColor *backgroundColorDiscussion
注記の文字背景色(RGBA)
Declared In
ZMSLabel.h
strokeColor
背景の矩形部分の枠線色
@property (nonatomic, strong) UIColor *strokeColorDiscussion
背景の矩形部分の枠線色
Declared In
ZMSLabel.h
strokeWidth
背景の矩形部分の枠線の線幅
@property (nonatomic, assign) CGFloat strokeWidthDiscussion
背景の矩形部分の枠線の線幅
Declared In
ZMSLabel.h
edgeColor
注記の縁取り色
@property (nonatomic, strong) UIColor *edgeColorDiscussion
注記の縁取り色
Declared In
ZMSLabel.h
edgeWidth
注記の縁取り幅
@property (nonatomic, assign) CGFloat edgeWidthDiscussion
注記の縁取り幅
Declared In
ZMSLabel.h
cornerSize
背景部分の角の丸み半径
@property (nonatomic, assign) CGFloat cornerSizeDiscussion
背景部分の角の丸み半径
Declared In
ZMSLabel.h
backgroundPadding
注記と背景部分のパディングサイズ
@property (nonatomic, assign) CGPoint backgroundPaddingDiscussion
注記と背景部分のパディングサイズ
Declared In
ZMSLabel.h
bearing
注記・記号の回転角度(度) [-180:180]
@property (nonatomic, assign) CGFloat bearingDiscussion
注記・記号の回転角度(度) [-180:180]
Declared In
ZMSLabel.h
textposition
アイコンに対する注記の描画位置 0 : 記号と注記の中心揃え 1 : 記号の右側 2 : 記号の左側 3 : 記号の上側 4 : 記号の下側(デフォルト)
@property (nonatomic, assign) NSInteger textpositionDiscussion
アイコンに対する注記の描画位置 0 : 記号と注記の中心揃え 1 : 記号の右側 2 : 記号の左側 3 : 記号の上側 4 : 記号の下側(デフォルト)
Declared In
ZMSLabel.h
textdirection
縦書き横書き 0 : 横書き 1 : 縦書き
@property (nonatomic, assign) NSInteger textdirectionDiscussion
縦書き横書き 0 : 横書き 1 : 縦書き
Declared In
ZMSLabel.h
icons
アイコン画像列(複数設定可能)
@property (nonatomic, strong) NSMutableArray *iconsDiscussion
アイコン画像列(複数設定可能)
Declared In
ZMSLabel.h
+ textWithText:Anchor:
簡易コンストラクタ
+ (instancetype)textWithText:(NSString *)text Anchor:(CLLocationCoordinate2D)anchorParameters
text |
文字列 |
|---|---|
anchor |
文字列の基準点の位置(緯度経度) |
Return Value
ZMSLabel
Discussion
簡易コンストラクタ
Declared In
ZMSLabel.h