addUpcomingManeuverArrow

fun addUpcomingManeuverArrow(routeProgress: RouteProgress): Expected<InvalidPointError, UpdateManeuverArrowValue>

Calculates a maneuver arrow based on the route progress and returns a state that can be used to render the arrow on the map.

Return

the Expected for rendering by the view.

Parameters

routeProgress

a RouteProgress generated by the core navigation system.