schoolZoneWarningOptions property
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
School zone warning options It allow to configure school zone notifications to be passed to SchoolZoneWarningListener. Gets school zone warning options that allow to configure school zone notifications to be passed to SchoolZoneWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
SchoolZoneWarningOptions get schoolZoneWarningOptions;
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
School zone warning options It allow to configure school zone notifications to be passed to SchoolZoneWarningListener. Sets school zone warning options that allow to configure school zone notifications to be passed to SchoolZoneWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
set schoolZoneWarningOptions(SchoolZoneWarningOptions value);