MQLaneInfo
@interface MQLaneInfo : NSObject
The lane information is not currently enabled on backend.
-
The lane information is not currently enabled on backend.
Available maneuvers for a lane in a road segment (bitwise OR'ed). For instance, if the property is equal to 65 (0000 0100 0001), it means left or straight maneuvers are possible for the lane; if the property is equal to 4 ( 0000 0000 0100), it means right turn is possible for the lane
Declaration
Objective-C
@property (readonly, atomic) NSUInteger laneMarking;
Swift
var laneMarking: UInt { get }
-
The lane information is not currently enabled on backend.
Recommended (to stay on the route) maneuvers for a lane in a road segment (bitwise OR'ed). For instance, if the property is equal to 64 (0000 0100 0000), it means left turn is suggested for the lane
Declaration
Objective-C
@property (readonly, atomic) NSUInteger laneHighlights;
Swift
var laneHighlights: UInt { get }