Skip to content

Class NCLocationListManager

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

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

Function removeLocationListListener

- (void)removeLocationListListener:(nullable id<NCLocationListListener>)listener;

Function is used for removing previously added NCLocationListListener class element.

Parameters
Clone this wiki locally