-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCBeacon
Il Kadyrov edited this page Nov 5, 2020
·
1 revision
NCBeacon class is used for storing beacons (iBeacons).
Referenced from: NCSublocation.
@interface NCBeacon : NSObject
@property (nonatomic, nonnull, readonly) NCPoint * point;
@property (nonatomic, readonly) int32_t locationId;
@property (nonatomic, readonly) int32_t sublocationId;
@property (nonatomic, nonnull, readonly) NSString * name;
@property (nonatomic, readonly) int32_t major;
@property (nonatomic, readonly) int32_t minor;
@property (nonatomic, nonnull, readonly) NSString * uuid;
@property (nonatomic, readonly) int32_t power;
@end
-
locationId
- location id where beacon placed -
sublocationId
- sublocation id where beacon placed -
name
- beacon name -
uuid
- beacon's uuid value -
major
- beacon's major value -
minor
- beacon's minor value -
power
- beacon's power value -
point
- beacon's X and Y coordinates in meters as Point (within the sublocation)
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