YMKMasstransitTrafficTypeSegment

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitTrafficTypeSegment : NSObject

Describes part of bicycle or scooter path with the same traffic type.

Summary

Class methods

+ (nonnull YMKMasstransitTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( YMKMasstransitTrafficTypeID)trafficType
                                                                    subpolyline:(nonnull YMKSubpolyline *)subpolyline;

Properties

@property (nonatomic, readonly) YMKMasstransitTrafficTypeID trafficType;

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

Class methods

trafficTypeSegmentWithTrafficType:subpolyline:

+ (nonnull YMKMasstransitTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( YMKMasstransitTrafficTypeID)trafficType
                                                                    subpolyline:(nonnull YMKSubpolyline *)subpolyline;


Properties

trafficType

@property (nonatomic, readonly) YMKMasstransitTrafficTypeID trafficType;


subpolyline

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


Предыдущая
Следующая