ManeuverNotificationDetails class

This class provides the information regarding the next maneuver to be triggered

Constructors

ManeuverNotificationDetails(Maneuver maneuver, ManeuverNotificationType maneuverNotificationType)

Properties

hashCode → int
The hash code for this object.
no setter
isCombinedManeuverText ↔ bool
Indicates whether the current text notification combines information regarding current and next maneuver, such as, "Now turn right and then turn left onto Invalidenstrasse", or not.
getter/setter pair
maneuver Maneuver
Current maneuver data. In case of a double maneuver e.g. "Now turn right and then turn left", this attribute will contain the maneuver data of the first maneuver of the combined maneuver "Now turn right".
getter/setter pair
maneuverNotificationType ManeuverNotificationType
Indicates the type of the current maneuver notification.
getter/setter pair
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.