SafetyCameraWarningOptions class

Safety camera warning options.

Set the options in order to enable them.

Constructors

SafetyCameraWarningOptions()

Properties

enableTextNotification ↔ bool
Determines whether a text notification should be triggered along with a safety camera warning. Example text: "A safety camera is ahead in 500 meters." The text can be localized via ManeuverNotificationOptions. By default text notifications are enabled.
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

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.