RoadSignWarningOptions class

A class that provides road sign warning options.

Set the options for filtering of road sign notifications.

Constructors

RoadSignWarningOptions()

Properties

categoriesFilter ↔ List<RoadSignCategory>
The list of road sign categories for which a warning will be given. If the list is empty, road signs are not filtered by category.
getter/setter pair
generalWarningTypesFilter ↔ List<GeneralWarningRoadSignType>
The list of road sign general warning types for which a warning will be given. If the list is empty, road signs are not filtered by general warning type.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
typesFilter ↔ List<RoadSignType>
The list of road sign types for which a warning will be given. If the list is empty, road signs are not filtered by type.
getter/setter pair
vehicleTypesFilter ↔ List<RoadSignVehicleType>
The list of road sign vehicle types for which a warning will be given. If the list is empty, road signs are not filtered by vehicle type, which means that you get road sign warnings for all vehicle types.
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.