MMKDrivingLane
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKDrivingLane : NSObject |
The lane object.
Summary
Class methods
|
+ (nonnull MMKDrivingLane *)laneWithLaneKind:( MMKDrivingLaneKind)laneKind |
Properties
|
@property (nonatomic, readonly) MMKDrivingLaneKind laneKind; |
|
@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *directions; |
|
@property (nonatomic, readonly, nullable) NSNumber *highlightedDirection; |
Class methods
laneWithLaneKind:directions:highlightedDirection:
|
+ (nonnull MMKDrivingLane *)laneWithLaneKind:( MMKDrivingLaneKind)laneKind |
Properties
laneKind
|
@property (nonatomic, readonly) MMKDrivingLaneKind 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.