NavigationWindshield class abstract
- Implemented types
Constructors
Properties
-
directionSigns
→ List<
NavigationUpcomingDirectionSign> -
Vector with all direction signs between current position and the last
manoeuvre from the manoeuvres vector. Sorted by distance.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
laneSigns
→ List<
NavigationUpcomingLaneSign> -
Vector with all lane signs between current position and the last
manoeuvre from the manoeuvres vector. Sorted by distance.
no setter
-
manoeuvres
→ List<
NavigationUpcomingManoeuvre> -
Vector with next manoeuvres. Contains several items only if they are
close to each other.
no setter
-
roadEvents
→ List<
NavigationUpcomingRoadEvent> -
Vector with all road events between current position and the next
manoeuvre. Sorted by distance.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
NavigationWindshieldListener windshieldListener) → void - The class does not retain the object in the 'windshieldListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
-
isValid(
) → bool - Usable only in runWithBlockUi or listener handlers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
NavigationWindshieldListener windshieldListener) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited