ZMSPolyline Class Reference
| Inherits from | ZMSOverlay : NSObject |
|---|---|
| Declared in | ZMSPolyline.h |
path
ポリラインを構成する座標点列
@property (nonatomic, copy) ZMSPath *pathDiscussion
ポリラインを構成する座標点列
Declared In
ZMSPolyline.h
strokeWidth
ポリラインの線幅(1.0px 〜100.0 px)
@property (nonatomic, assign) CGFloat strokeWidthDiscussion
ポリラインの線幅(1.0px 〜100.0 px)
Declared In
ZMSPolyline.h
strokeColor
ポリラインの線色
@property (nonatomic, strong) UIColor *strokeColorDiscussion
ポリラインの線色
Declared In
ZMSPolyline.h
+ polylineWithPath:
ZMSPolylineの簡易コンストラクタ
+ (instancetype)polylineWithPath:(ZMSPath *)pathParameters
path |
ポリラインの点列 頂点数は最大16000点 超過した頂点は描画されない |
|---|
Discussion
ZMSPolylineの簡易コンストラクタ
Declared In
ZMSPolyline.h