truckRestrictionsWarningOptions property

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

Truck restrictions warning options that allow to filter truck restrictions to be passed to TruckRestrictionsWarningListener. Gets truck restrictions warning options that allow to filter truck restrictions to be passed to TruckRestrictionsWarningListener.

Implementation

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

Truck restrictions warning options that allow to filter truck restrictions to be passed to TruckRestrictionsWarningListener. Sets truck restrictions warning options that allow to filter truck restrictions to be passed to TruckRestrictionsWarningListener.

Implementation

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