-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCLocationManager
ekhabibullina edited this page Sep 30, 2024
·
4 revisions
NCLocationManager class is used for downloading and working with location. You can look this tutorial to learn more about using this class.
Referenced from: NCNavigineSdk.
- (void)addLocationListener:(nullable id<NCLocationListener>)listener;
Function is used for adding NCLocationListener class element which will notify about newly downloaded and set location.
-
listener
— NCLocationListener class element.
- (void)removeLocationListener:(nullable id<NCLocationListener>)listener;
Function is used for removing previously added NCLocationListener class element.
-
listener
— NCLocationListener class element.
- (void)setLocationId:(int32_t)locationId;
Function is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before.
-
locationId
— id of NCLocation class element, which could be took from NCLocationInfo.
- (int32_t)getLocationId;
Function is used for getting current location id.
Id of current set location.
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