Class NCLocationListManager - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki
NCLocationListManager class is used for downloading locations list from the server and providing it to the user.
Referenced from: NCNavigineSdk.
Public methods
Function addLocationListListener
- (void)addLocationListListener:(nullable id<NCLocationListListener>)listener;
Function is used for adding NCLocationListListener class element which will notify about newly downloaded location info list.
Parameters
listener
— NCLocationListListener class element.
Function removeLocationListListener
- (void)removeLocationListListener:(nullable id<NCLocationListListener>)listener;
Function is used for removing previously added NCLocationListListener class element.
Parameters
listener
— NCLocationListListener class element.