RouteTextOptions class

Specify how textual output should be provided.

Constructors

RouteTextOptions()

Properties

hashCode → int
The hash code for this object.
no setter
language LanguageCode
The language for all textual information. When the specified language is not supported, the default language is used, which is English (United States).
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textUsageOptions TextUsageOptions
An option whether street name, road number and sign post direction should be used when generating notification. Defaults to each attribute as LocalizedTextPreference.useAlways.
getter/setter pair
unitSystem UnitSystem
Defines the measurement system used in instruction text. When imperial is selected, units used are based on the language specified in the request. Defaults to metric.
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.