InterpolatedLocationListener class abstract

This abstract class should be implemented in order to receive interpolated locations.

The interpolated locations are only provided between VisualNavigator.startRendering and VisualNavigator.stopRendering calls and the application is not running in the background.

Constructors

InterpolatedLocationListener(void onInterpolatedLocationUpdatedLambda(Location))
This abstract class should be implemented in order to receive interpolated locations.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
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
onInterpolatedLocationUpdated(Location location) → void
Called whenever a new interpolated location is calculated, usually several times per second.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited