Class YMKSubpolyline

A part of a polyline.

Class Methods

Properties

begin

The start of the selected part of the polyline.

end

The end of the selected part of the polyline.

begin

The start of the selected part of the polyline.

end

The end of the selected part of the polyline.

Method Detail

+subpolylineWithBegin:end:

+ (nonnull YMKSubpolyline *)subpolylineWithBegin:(nonnull YMKPolylinePosition *)begin
                                             end:(nonnull YMKPolylinePosition *)end 

Property Detail

begin

(assign, readonly) YMKPolylinePosition * begin

The start of the selected part of the polyline.

end

(assign, readonly) YMKPolylinePosition * end

The end of the selected part of the polyline.