ZMSPolyline Class Reference

Inherits from ZMSOverlay : NSObject
Declared in ZMSPolyline.h

Overview

点列で表現されたポリラインを定義するクラス

  path

ポリラインを構成する座標点列

@property (nonatomic, copy) ZMSPath *path

Discussion

ポリラインを構成する座標点列

Declared In

ZMSPolyline.h

  strokeWidth

ポリラインの線幅(1.0px 〜100.0 px)

@property (nonatomic, assign) CGFloat strokeWidth

Discussion

ポリラインの線幅(1.0px 〜100.0 px)

Declared In

ZMSPolyline.h

  strokeColor

ポリラインの線色

@property (nonatomic, strong) UIColor *strokeColor

Discussion

ポリラインの線色

Declared In

ZMSPolyline.h

+ polylineWithPath:

ZMSPolylineの簡易コンストラクタ

+ (instancetype)polylineWithPath:(ZMSPath *)path

Parameters

path

ポリラインの点列 頂点数は最大16000点 超過した頂点は描画されない

Discussion

ZMSPolylineの簡易コンストラクタ

Declared In

ZMSPolyline.h