NavigationManager class abstract
@ingroup navigine_dart_classes @ingroup navigine_dart_managers @brief Class is used for evaluating navigation and calculating users' @see Position "Position"
Referenced from @see NavigineSdk "NavigineSdk".
- Implemented types
- Implementers
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 -
addLocationMeasurement(
GlobalPoint point, double accuracy, String provider) → void -
addPositionListener(
PositionListener listener) → void - @brief Method is used to add @see PositionListener "PositionListener" class element which will notify about new user position. @note Do not forget to remove listener if it is no longer needed! @param listener Сorresponding @see PositionListener "PositionListener" class.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removePositionListener(
PositionListener listener) → void - @endcond
-
startLogRecording(
) → void - @cond
-
stopLogRecording(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited