maneuverViewLaneAssistanceListener property
Object to receive maneuver view lane assistance notifications.
Maneuver view lane assistance notifications only occurs if a route has been set.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Gets the listener to receive maneuver view lane assistance notifications.
Implementation
ManeuverViewLaneAssistanceListener? get maneuverViewLaneAssistanceListener;
Object to receive maneuver view lane assistance notifications.
Maneuver view lane assistance notifications only occurs if a route has been set.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Sets the listener to receive maneuver view lane assistance notifications.
Implementation
set maneuverViewLaneAssistanceListener(ManeuverViewLaneAssistanceListener? value);