YMKSubpolyline

class YMKSubpolyline : NSObject

A part of a polyline.

Summary

Class methods

 init(begin: YMKPolylinePosition, end: YMKPolylinePosition)

Properties

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

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

Class methods

init(begin:end:)

 init(begin: YMKPolylinePosition, end: YMKPolylinePosition)


Properties

begin

var begin: YMKPolylinePosition { get }

The start of the selected part of the polyline.


end

var end: YMKPolylinePosition { get }

The end of the selected part of the polyline.


Предыдущая
Следующая