roadSignWarningOptions property
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
Road sign warning options that allow to filter road sings to be passed to RoadSignWarningListener. Gets road sign warning options that allow to filter road signs to be passed to RoadSignWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
RoadSignWarningOptions get roadSignWarningOptions;
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
Road sign warning options that allow to filter road sings to be passed to RoadSignWarningListener. Sets road sign warning options that allow to filter road signs to be passed to RoadSignWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
set roadSignWarningOptions(RoadSignWarningOptions value);