Beacon Class
Represents a beacon that was encountered during region monitoring. You do not create instances of this class directly. They will be delivered via the rangedBeacons event.
Properties
accuracy
Number
read-only
In the iOS native SDK, this value supposed to indicate the "one sigma horizontal accuracy in meters." In reality, it seems to provide a completely unreliable and inaccurate estimate of how far the beacon is (i.e. it should have been called "distance" not "accuracy" -- we are following the iOS native naming convention here).
On Android, this property is provided only for compatibility with iOS and will always return 1.0.
major
Number
read-only
The value identifying a group of beacons.
minor
Number
read-only
The value identifying a specific beacon within a group.
proximity
Number
read-only
The relative distance to the beacon.
RSSI
Number
read-only
The received signal strength of the beacon, measured in decibels.
UUID
String
read-only
The unique ID of the beacons being targeted.