-
Notifications
You must be signed in to change notification settings - Fork 6
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.
- (void)addLocationListListener:(nullable id<NCLocationListListener>)listener;
Function is used for adding NCLocationListListener class element which will notify about newly downloaded location info list.
-
listener
— NCLocationListListener class element.
- (void)removeLocationListListener:(nullable id<NCLocationListListener>)listener;
Function is used for removing previously added NCLocationListListener class element.
-
listener
— NCLocationListListener class element.
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder