MMKSubpolyline
|
@interface MMKSubpolyline : NSObject |
A part of a polyline.
Summary
Class methods
|
+ (nonnull MMKSubpolyline *)subpolylineWithBegin:(nonnull MMKPolylinePosition *)begin |
Properties
|
@property (nonatomic, readonly, nonnull) MMKPolylinePosition *begin; |
|
@property (nonatomic, readonly, nonnull) MMKPolylinePosition *end; |
Class methods
subpolylineWithBegin:end:
|
+ (nonnull MMKSubpolyline *)subpolylineWithBegin:(nonnull MMKPolylinePosition *)begin |
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.