YMKSubpolyline

@interface YMKSubpolyline : NSObject

A part of a polyline.

Summary

Class methods

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

Properties

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *begin;
The start of the selected part of the polyline

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *end;
The end of the selected part of the polyline

Class methods

subpolylineWithBegin:end:

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


Properties

begin

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *begin;

The start of the selected part of the polyline.


end

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *end;

The end of the selected part of the polyline.