YMKDrivingLane
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKDrivingLane : NSObject |
The lane object.
Summary
Class methods
|
+ (nonnull YMKDrivingLane *)laneWithLaneKind:( YMKDrivingLaneKind)laneKind |
Properties
|
@property (nonatomic, readonly) YMKDrivingLaneKind laneKind; |
|
@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *directions; |
|
@property (nonatomic, readonly, nullable) NSNumber *highlightedDirection; |
Class methods
laneWithLaneKind:directions:highlightedDirection:
|
+ (nonnull YMKDrivingLane *)laneWithLaneKind:( YMKDrivingLaneKind)laneKind |
Properties
laneKind
|
@property (nonatomic, readonly) YMKDrivingLaneKind laneKind; |
The type of lane.
directions
|
@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *directions; |
Lane direction.
highlightedDirection
|
@property (nonatomic, readonly, nullable) NSNumber *highlightedDirection; |
Highlighted lane direction.
Optional field, can be nil.