schoolZoneWarningListener property

  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
SchoolZoneWarningListener? schoolZoneWarningListener

Object to receive notifications about school zones on the current road. Setting null value to the listener will unset the listener. school zones on the current road. It returns null when no listener is set by an user. Gets the listener to receive notifications about school zones 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.")
SchoolZoneWarningListener? get schoolZoneWarningListener;
  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
void schoolZoneWarningListener=(SchoolZoneWarningListener? value)

Object to receive notifications about school zones on the current road. Setting null value to the listener will unset the listener. school zones on the current road. It returns null when no listener is set by an user. Sets the listener to receive notifications about school zones 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 schoolZoneWarningListener(SchoolZoneWarningListener? value);