YMKMasstransitConstructionSegment

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitConstructionSegment : NSObject

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

Summary

Class methods

+ (nonnull YMKMasstransitConstructionSegment *)constructionSegmentWithSubpolyline:(nonnull YMKSubpolyline *)subpolyline
                                                                 constructionMask:(nonnull YMKMasstransitConstructionMask *)constructionMask;

Properties

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

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

Class methods

constructionSegmentWithSubpolyline:constructionMask:

+ (nonnull YMKMasstransitConstructionSegment *)constructionSegmentWithSubpolyline:(nonnull YMKSubpolyline *)subpolyline
                                                                 constructionMask:(nonnull YMKMasstransitConstructionMask *)constructionMask;


Properties

subpolyline

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


constructionMask

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