MMKDrivingLane
Warning
This feature is available in the Full MapKit SDK version
|
class MMKDrivingLane : NSObject |
The lane object.
Summary
Class methods
|
 init(laneKind: MMKDrivingLaneKind, |
Properties
|
var laneKind: MMKDrivingLaneKind { get } |
|
var directions: [NSNumber] { get } |
|
var highlightedDirection: NSNumber? { get } |
Class methods
init(laneKind:directions:highlightedDirection:)
|
 init(laneKind: MMKDrivingLaneKind, |
Properties
laneKind
|
var laneKind: MMKDrivingLaneKind { get } |
The type of lane.
directions
|
var directions: [NSNumber] { get } |
Lane direction.
highlightedDirection
|
var highlightedDirection: NSNumber? { get } |
Highlighted lane direction.
Optional field, can be nil.