MMKSubpolyline

@interface MMKSubpolyline : NSObject

A part of a polyline.

Summary

Class methods

+ (nonnull MMKSubpolyline *)subpolylineWithBegin:(nonnull MMKPolylinePosition *)begin
                                             end:(nonnull MMKPolylinePosition *)end;

Properties

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

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

Class methods

subpolylineWithBegin:end:

+ (nonnull MMKSubpolyline *)subpolylineWithBegin:(nonnull MMKPolylinePosition *)begin
                                             end:(nonnull MMKPolylinePosition *)end;


Properties

begin

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

The start of the selected part of the polyline.


end

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

The end of the selected part of the polyline.