TextUsageOptions class - routing library - Dart API
TextUsageOptions
TextUsageOptions class
Specify whether the text should be used when generating notification.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setter
- roadNumber ↔ LocalizedTextPreference
-
An option whether road number should be used when generating notification.
Defaults to LocalizedTextPreference.useAlways.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signpostDirection ↔ LocalizedTextPreference
-
An option whether signpost direction should be used when generating notification.
Defaults to LocalizedTextPreference.useAlways.
getter/setter pair
- streetName ↔ LocalizedTextPreference
-
An option whether street name should be used when generating notification.
Defaults to LocalizedTextPreference.useAlways.
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.