YMKPolyline
|
class YMKPolyline : NSObject |
A polyline between a number of points. A polyline is drawn between consecutive points.
Summary
Class methods
Properties
|
var points: [YMKPoint] { get } |
Class methods
init(points:)
|
init(points: [YMKPoint]) |
Properties
points
|
var points: [YMKPoint] { get } |
The list of points to connect.