generateLaneGuidance
Deprecated
This will be removed 6 months after the next release.
Replace with
No replacement available.Content copied to clipboard
Generates LaneGuidanceUpdate based on the provided NavigationSnapshot.
Note: A LaneGuidanceUpdate is only generated when the input meets the SDK's internal validity criteria for lane guidance. Specifically:
The NavigationSnapshot must correspond to a route segment near a maneuver (e.g., turn, merge, exit).
There must be at least two lanes available.
The lanes must include valid direction data, and at least one recommended direction to follow.
Return
If the call succeeds, returns a LaneGuidanceUpdate.
Parameters
navigationSnapshot
The NavigationSnapshot used to generate LaneGuidanceUpdate.
Throws
if GuidanceFailure has happen.