NavigableLocation class

Contains all the relevant information on the current location.

Constructors

Creates a new instance.

Properties

hashCode → int
The hash code for this object.
no setter
mapMatchedLocation MapMatchedLocation?
The map-matched location on a road. It is calculated from the passed in NavigableLocation.originalLocation.
getter/setter pair
originalLocation Location
The original location that was passed in via LocationListener.
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.