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