Loading...
Searching...
No Matches
NavigationManager Class Referenceabstract

Class is used for evaluating navigation and calculating users' Position. More...

Inherits Finalizable.

Public Member Functions

void addPositionListener (PositionListener listener)
 Method is used to add PositionListener class element which will notify about new user position.
 
void removePositionListener (PositionListener listener)
 Method is used for removing previously added PositionListener class element.
 

Detailed Description

Class is used for evaluating navigation and calculating users' Position.

Referenced from NavigineSdk.

Definition at line 21 of file navigation_manager.dart.

Member Function Documentation

◆ addPositionListener()

void NavigationManager.addPositionListener ( PositionListener listener)

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!
Parameters
listenerСorresponding PositionListener class.

◆ removePositionListener()

void NavigationManager.removePositionListener ( PositionListener listener)

Method is used for removing previously added PositionListener class element.

Parameters
listenerСorresponding PositionListener class to remove.

The documentation for this class was generated from the following file: