Class is used for evaluating navigation and calculating users' Position. More...
#include <com/navigine/idl/objc/NCNavigationManager.h>
Inherits NSObject.
Instance Methods | |
| (void) | - addPositionListener: |
| Method is used to add PositionListener class element which will notify about new user position. | |
| (void) | - removePositionListener: |
| 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 20 of file NCNavigationManager.h.
| - (void) addPositionListener: | (nullable id< NCPositionListener >) | listener |
Method is used to add PositionListener class element which will notify about new user position.
| listener | Сorresponding PositionListener class. |
Swift code snippet:
Objective C code snippet:
| - (void) removePositionListener: | (nullable id< NCPositionListener >) | listener |
Method is used for removing previously added PositionListener class element.
| listener | Сorresponding PositionListener class to remove. |
Swift code snippet:
Objective C code snippet: