EventText class

Contains all the information regarding the next text announcement.

Constructors

EventText(TextNotificationType type, double distanceInMeters, String text)

Properties

distanceInMeters ↔ double
Distance in meters to the location of the event for which the text notification is given.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
maneuverNotificationDetails ManeuverNotificationDetails?
Information about the next maneuver. Is non-null only for EventText.type equals to TextNotificationType.maneuver.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spatialNotificationDetails SpatialNotificationDetails?
Information for a spatial text notifications. When EventTextOptions.enableSpatialAudio is false, then this attribute will be null.
getter/setter pair
text ↔ String
The text notification instruction. The text is formatted and localized as specified via RouteTextOptions.
getter/setter pair
type TextNotificationType
Indicates the type of text announcement
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.