LaneRecommendationState
public enum LaneRecommendationState : UInt32, CaseIterable, Codable
Indicates whether this lane leads to the next maneuvers or not. The next maneuver is the next upcoming maneuver which is not yet reached, but that was already announced as new maneuver in [sdk.navigation.RouteProgress.maneuver_progress].
-
This lane will not lead the user to the next maneuver.
Declaration
Swift
case notRecommended -
Only possible when
ManeuverViewLaneAssistance.lanesForNextNextManeuveris not empty. IfManeuverViewLaneAssistance.lanesForNextNextManeuveris not empty, then this lane will lead the user only to the next maneuver, but not to the maneuver after the next maneuver.Declaration
Swift
case recommended -
This lane will lead the user to the next maneuver. If
ManeuverViewLaneAssistance.lanesForNextNextManeuveris not empty, then this lane will lead the user to the next maneuver and to the maneuver after the next maneuver.Declaration
Swift
case highlyRecommended