borderCrossingWarningOptions property

  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
BorderCrossingWarningOptions borderCrossingWarningOptions

Border crossing warning options to be passed to BorderCrossingWarningListener. These options allow the filtering of the border crossing warnings received and set the notification distances. Gets border crossing warning options to be passed to BorderCrossingWarningListener.

Implementation

@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
BorderCrossingWarningOptions get borderCrossingWarningOptions;
  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
void borderCrossingWarningOptions=(BorderCrossingWarningOptions value)

Border crossing warning options to be passed to BorderCrossingWarningListener. These options allow the filtering of the border crossing warnings received and set the notification distances. Sets border crossing warning options to be passed to BorderCrossingWarningListener.

Implementation

@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
set borderCrossingWarningOptions(BorderCrossingWarningOptions value);