Warning

This feature is available in the Full MapKit SDK version

MMKBicycleConstructionSegment

@interface MMKBicycleConstructionSegment : NSObject

Describes part of bicycle path with the same construction.

Summary

Class methods

+ (nonnull MMKBicycleConstructionSegment *)constructionSegmentWithConstruction:( MMKBicycleConstructionID)construction
                                                                   subpolyline:(nonnull MMKSubpolyline *)subpolyline;

Properties

@property (nonatomic, readonly) MMKBicycleConstructionID construction;
Undocumented

@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline;
Undocumented

Class methods

constructionSegmentWithConstruction:subpolyline:

+ (nonnull MMKBicycleConstructionSegment *)constructionSegmentWithConstruction:( MMKBicycleConstructionID)construction
                                                                   subpolyline:(nonnull MMKSubpolyline *)subpolyline;


Properties

construction

@property (nonatomic, readonly) MMKBicycleConstructionID construction;

Undocumented


subpolyline

@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline;

Undocumented