realisticViewWarningListener property

RealisticViewWarningListener? realisticViewWarningListener

Object to receive notifications about junction views on the current road. Setting null value to the listener will unset the listener. This feature requires a map version greater or equal to 67 in order to function properly. It returns null when no listener is set by an user. Gets the listener to receive notifications about junction views on the current road.

Implementation

RealisticViewWarningListener? get realisticViewWarningListener;
void realisticViewWarningListener=(RealisticViewWarningListener? value)

Object to receive notifications about junction views on the current road. Setting null value to the listener will unset the listener. This feature requires a map version greater or equal to 67 in order to function properly. It returns null when no listener is set by an user. Sets the listener to receive notifications about junction views on the current road.

Implementation

set realisticViewWarningListener(RealisticViewWarningListener? value);