MapKit Mobile SDK

MMKSubpolyline

class MMKSubpolyline : NSObject

A part of a polyline.

Summary

Class methods

 init(begin: MMKPolylinePosition, end: MMKPolylinePosition)

Properties

var beginMMKPolylinePosition { get }
The start of the selected part of the polyline

var endMMKPolylinePosition { get }
The end of the selected part of the polyline

Class methods

init(begin:end:)

 init(begin: MMKPolylinePosition, end: MMKPolylinePosition)


Properties

begin

var begin: MMKPolylinePosition { get }

The start of the selected part of the polyline.


end

var end: MMKPolylinePosition { get }

The end of the selected part of the polyline.