NavigationManager$Impl class
- Implemented types
Constructors
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
-
addCheckPoint(
LocationPoint point) → void -
override
-
addLocationMeasurement(
GlobalPoint point, double accuracy, String provider) → void -
override
-
addPositionListener(
PositionListener listener) → void -
Method is used to add PositionListener class element
which will notify about new user position.
Note: Do not forget to remove listener if it is no longer needed!
listenerCorresponding PositionListener class.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removePositionListener(
PositionListener listener) → void -
Method is used for removing previously added PositionListener class element.
listenerCorresponding PositionListener class to remove.override -
startLogRecording(
) → void -
override
-
stopLogRecording(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited