MMKBicycleConstructionSegment
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKBicycleConstructionSegment : NSObject |
Describes part of bicycle path with the same construction.
Summary
Class methods
|
+ (nonnull MMKBicycleConstructionSegment *)constructionSegmentWithConstruction:( MMKBicycleConstructionID)construction |
Properties
|
@property (nonatomic, readonly) MMKBicycleConstructionID construction; |
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |
Class methods
constructionSegmentWithConstruction:subpolyline:
|
+ (nonnull MMKBicycleConstructionSegment *)constructionSegmentWithConstruction:( MMKBicycleConstructionID)construction |
Properties
construction
|
@property (nonatomic, readonly) MMKBicycleConstructionID construction; |
subpolyline
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |