junctionViewLaneAssistanceListener property
Object to receive junction view lane assistance notifications.
Junction 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 junction view lane assistance notifications.
Implementation
JunctionViewLaneAssistanceListener? get junctionViewLaneAssistanceListener;
Object to receive junction view lane assistance notifications.
Junction 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 junction view lane assistance notifications.
Implementation
set junctionViewLaneAssistanceListener(JunctionViewLaneAssistanceListener? value);