-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCLocationListener
mrcrambo edited this page Mar 30, 2021
·
4 revisions
NCLocationListener provides a callback to be invoked when NCLocationManager class downloads the location from server or load it from the storage. The callback is invoked in the UI thread.
Referenced from: NCLocationManager.
@protocol NCLocationListener
- (void)onLocationLoaded:(nullable NCLocation *)location;
- (void)onDownloadProgress:(int32_t)received
total:(int32_t)total;
- (void)onLocationFailed:(nullable NSError *)error;
@end
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