Class WarningOptions
A class with options to configure WarnerEngine.getWarningOptions()
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBorder crossing warning options.A struct that provides lane decrease warning options.Realistic view warning options.A struct that provides road sign warning options.Safety camera warning options.School zone warning options.A struct that provides traffic merge warning options.Truck restrictions warning options. -
Constructor Summary
ConstructorsConstructorDescriptionWarningOptions(SafetyCameraWarningOptions safetyCameraWarningOptions, TruckRestrictionsWarningOptions truckRestrictionsWarningOptions, RoadSignWarningOptions roadSignWarningOptions, RealisticViewWarningOptions realisticViewWarningOptions, SchoolZoneWarningOptions schoolZoneWarningOptions, BorderCrossingWarningOptions borderCrossingWarningOptions, TrafficMergeWarningOptions trafficMergeWarningOptions, LaneDecreaseWarningOptions laneDecreaseWarningOptions) Creates a new instance. -
Method Summary
-
Field Details
-
safetyCameraWarningOptions
Safety camera warning options. Set the options in order to enable them.
-
truckRestrictionsWarningOptions
Truck restrictions warning options.
-
roadSignWarningOptions
A struct that provides road sign warning options. Set the options for filtering of road sign notifications.
-
realisticViewWarningOptions
Realistic view warning options. Set the options for filtering the realistic view notifications and setting the realistic view notification distances based on the road type.
-
schoolZoneWarningOptions
School zone warning options. Set the options for configuring of school zone notifications.
-
borderCrossingWarningOptions
Border crossing warning options.
-
trafficMergeWarningOptions
A struct that provides traffic merge warning options. Set the options for filtering the traffic merge notifications.
-
laneDecreaseWarningOptions
A struct that provides lane decrease warning options. Set the options for filtering the lane decrease notifications.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
-
Constructor Details
-
Method Details