WarningOptions class

A class with options to configure WarnerEngine.warningOptions

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.

Constructors

WarningOptions(SafetyCameraWarningOptions safetyCameraWarningOptions, TruckRestrictionsWarningOptions truckRestrictionsWarningOptions, RoadSignWarningOptions roadSignWarningOptions, RealisticViewWarningOptions realisticViewWarningOptions, SchoolZoneWarningOptions schoolZoneWarningOptions, BorderCrossingWarningOptions borderCrossingWarningOptions, TrafficMergeWarningOptions trafficMergeWarningOptions, LaneDecreaseWarningOptions laneDecreaseWarningOptions)
Creates a new instance.

Properties

borderCrossingWarningOptions BorderCrossingWarningOptions
Border crossing warning options.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
laneDecreaseWarningOptions LaneDecreaseWarningOptions
A struct that provides lane decrease warning options. Set the options for filtering the lane decrease notifications.
getter/setter pair
realisticViewWarningOptions 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.
getter/setter pair
roadSignWarningOptions RoadSignWarningOptions
A struct that provides road sign warning options. Set the options for filtering of road sign notifications.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
safetyCameraWarningOptions SafetyCameraWarningOptions
Safety camera warning options. Set the options in order to enable them.
getter/setter pair
schoolZoneWarningOptions SchoolZoneWarningOptions
School zone warning options. Set the options for configuring of school zone notifications.
getter/setter pair
trafficMergeWarningOptions TrafficMergeWarningOptions
A struct that provides traffic merge warning options. Set the options for filtering the traffic merge notifications.
getter/setter pair
truckRestrictionsWarningOptions TruckRestrictionsWarningOptions
Truck restrictions warning options.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.