MMKPolyline

@interface MMKPolyline : NSObject

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

Summary

Class methods

+ (nonnull MMKPolyline *)polylineWithPoints:(nonnull NSArray<MMKPoint *> *)points;

Properties

@property (nonatomic, readonly, nonnull) NSArray<MMKPoint *> *points;
The list of points to connect

Class methods

polylineWithPoints:

+ (nonnull MMKPolyline *)polylineWithPoints:(nonnull NSArray<MMKPoint *> *)points;


Properties

points

@property (nonatomic, readonly, nonnull) NSArray<MMKPoint *> *points;

The list of points to connect.