MapKit Mobile SDK

MMKPolyline

class MMKPolyline : NSObject

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

Summary

Class methods

 init(points: [MMKPoint])

Properties

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

Class methods

init(points:)

 init(points: [MMKPoint])


Properties

points

var points: [MMKPoint] { get }

The list of points to connect.