TrafficMergeWarningOptions class

A class that provides traffic merge warning options.

Set the options for filtering the traffic merge notifications.

Constructors

TrafficMergeWarningOptions()

Properties

enableTextNotification ↔ bool
Enables or disables the text notification emitted together with the traffic merge warner.
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<TrafficMergeRoadType>
The types of roads containing traffic which will trigger a warning when they merge with the current highway. If the list is empty, the merging roads containing traffic are not filtered by type.
getter/setter pair
warningDistanceInMeters ↔ int
The warning notification distance in meters applicable for traffic merge warning regardless of the timing profile. Defaults to 1500 meters.
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.