WarningNotificationDistances class

Distances for emitting warnings according to the timing profile.

Constructors

WarningNotificationDistances()

Properties

fastSpeedDistanceInMeters ↔ int
The distance in meters for emitting warnings when the speed limit or current speed is fast. The conditions for a speed to be considered fast are the same ones as for TimingProfile.FAST_SPEED. The distance should be greater than 0. Defaults to 1500 meters.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
regularSpeedDistanceInMeters ↔ int
The distance in meters for emitting warnings when the speed limit or current speed is regular. The conditions for a speed to be considered regular are the same ones as for TimingProfile.REGULAR_SPEED. The distance should be greater than 0. Defaults to 750 meters.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
slowSpeedDistanceInMeters ↔ int
The distance in meters for emitting warnings when the speed limit or current speed is slow. The conditions for a speed to be considered slow are the same ones as for TimingProfile.SLOW_SPEED. The distance should be greater than 0. Defaults to 500 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.