YMKPolyline

@interface YMKPolyline : NSObject

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

Summary

Class methods

+ (nonnull YMKPolyline *)polylineWithPoints:(nonnull NSArray<YMKPoint *> *)points;

Properties

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

Class methods

polylineWithPoints:

+ (nonnull YMKPolyline *)polylineWithPoints:(nonnull NSArray<YMKPoint *> *)points;


Properties

points

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

The list of points to connect.