realisticViewWarningListener property

  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
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

@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
RealisticViewWarningListener? get realisticViewWarningListener;
  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
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

@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
set realisticViewWarningListener(RealisticViewWarningListener? value);