YMKBicycleTrafficTypeSegment

Важно

This feature is available in the Full MapKit SDK version

@interface YMKBicycleTrafficTypeSegment : NSObject

Describes part of bicycle path with the same traffic type.

Summary

Class methods

+ (nonnull YMKBicycleTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( YMKBicycleTrafficTypeID)trafficType
                                                                subpolyline:(nonnull YMKSubpolyline *)subpolyline;

Properties

@property (nonatomic, readonly) YMKBicycleTrafficTypeID trafficType;

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

Class methods

trafficTypeSegmentWithTrafficType:subpolyline:

+ (nonnull YMKBicycleTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( YMKBicycleTrafficTypeID)trafficType
                                                                subpolyline:(nonnull YMKSubpolyline *)subpolyline;


Properties

trafficType

@property (nonatomic, readonly) YMKBicycleTrafficTypeID trafficType;


subpolyline

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


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