Warning

This feature is available in the Full MapKit SDK version

YMKBicycleConstructionSegment

@interface YMKBicycleConstructionSegment : NSObject

Describes part of bicycle path with the same construction.

Summary

Class methods

+ (nonnull YMKBicycleConstructionSegment *)constructionSegmentWithConstruction:( YMKBicycleConstructionID)construction
                                                                   subpolyline:(nonnull YMKSubpolyline *)subpolyline;

Properties

@property (nonatomic, readonly) YMKBicycleConstructionID construction;
Undocumented

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

Class methods

constructionSegmentWithConstruction:subpolyline:

+ (nonnull YMKBicycleConstructionSegment *)constructionSegmentWithConstruction:( YMKBicycleConstructionID)construction
                                                                   subpolyline:(nonnull YMKSubpolyline *)subpolyline;


Properties

construction

@property (nonatomic, readonly) YMKBicycleConstructionID construction;

Undocumented


subpolyline

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

Undocumented