currentSituationLaneAssistanceViewListener property
Object to receive current situation lane assistance view notifications.
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 current situation lane assistance view notifications.
Implementation
CurrentSituationLaneAssistanceViewListener? get currentSituationLaneAssistanceViewListener;
Object to receive current situation lane assistance view notifications.
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 current situation lane assistance view notifications.
Implementation
set currentSituationLaneAssistanceViewListener(CurrentSituationLaneAssistanceViewListener? value);