Class is used for evaluating navigation and calculating users' Position. More...
Public Member Functions | |
| abstract void | addPositionListener (PositionListener listener) |
| Method is used to add PositionListener class element which will notify about new user position. | |
| abstract void | removePositionListener (PositionListener listener) |
| Method is used for removing previously added PositionListener class element. | |
Class is used for evaluating navigation and calculating users' Position.
Referenced from NavigineSdk.
Definition at line 16 of file NavigationManager.java.
|
abstract |
Method is used to add PositionListener class element which will notify about new user position.
| listener | Сorresponding PositionListener class. |
Java code snippet:
Kotlin code snippet:
|
abstract |
Method is used for removing previously added PositionListener class element.
| listener | Сorresponding PositionListener class to remove. |
Java code snippet:
Kotlin code snippet: