YMKPolyline

class YMKPolyline : NSObject

A polyline between a number of points. A polyline is drawn between consecutive points.

Summary

Class methods

 init(points: [YMKPoint])

Properties

var points: [YMKPoint] { get }
The list of points to connect

Class methods

init(points:)

 init(points: [YMKPoint])


Properties

points

var points: [YMKPoint] { get }

The list of points to connect.