MMKSubpolyline
class MMKSubpolyline : NSObject |
A part of a polyline.
Summary
Class methods
init(begin: MMKPolylinePosition, end: MMKPolylinePosition) |
Properties
var begin: MMKPolylinePosition { get } |
var end: MMKPolylinePosition { get } |
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.