Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitConstructionSegment

@interface MMKMasstransitConstructionSegment : NSObject

Describes part of pedestrian or bicycle path with the same construction.

Summary

Class methods

+ (nonnull MMKMasstransitConstructionSegment *)constructionSegmentWithSubpolyline:(nonnull MMKSubpolyline *)subpolyline
                                                                 constructionMask:(nonnull MMKMasstransitConstructionMask *)constructionMask;

Properties

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

@property (nonatomic, readonly, nonnull)
    MMKMasstransitConstructionMask *constructionMask;

Undocumented

Class methods

constructionSegmentWithSubpolyline:constructionMask:

+ (nonnull MMKMasstransitConstructionSegment *)constructionSegmentWithSubpolyline:(nonnull MMKSubpolyline *)subpolyline
                                                                 constructionMask:(nonnull MMKMasstransitConstructionMask *)constructionMask;


Properties

subpolyline

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

Undocumented


constructionMask

@property (nonatomic, readonly, nonnull)
    MMKMasstransitConstructionMask *constructionMask;

Undocumented