Class YMKPolyline

A polyline between a number of points.

A polyline is drawn between consecutive points.

Class Methods

Properties

points

The list of points to connect.

points

The list of points to connect.

Method Detail

+polylineWithPoints:

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

Property Detail

points

(assign, readonly) NSArray< YMKPoint * > * points

The list of points to connect.