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 |
Properties
|
@property (nonatomic, readonly) YMKBicycleTrafficTypeID trafficType; |
|
@property (nonatomic, readonly, nonnull) YMKSubpolyline *subpolyline; |
Class methods
trafficTypeSegmentWithTrafficType:subpolyline:
|
+ (nonnull YMKBicycleTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( YMKBicycleTrafficTypeID)trafficType |
Properties
trafficType
|
@property (nonatomic, readonly) YMKBicycleTrafficTypeID trafficType; |
subpolyline
|
@property (nonatomic, readonly, nonnull) YMKSubpolyline *subpolyline; |