Loading...
Searching...
No Matches
NCNavigationManager Class Reference

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.
 

Detailed Description

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

Referenced from NavigineSdk.

Definition at line 20 of file NCNavigationManager.h.

Method Documentation

◆ addPositionListener:

- (void) addPositionListener: (nullable id< NCPositionListener >) 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) removePositionListener: (nullable id< NCPositionListener >) 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: