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
    
    
    
    Indicates the one sigma horizontal accuracy in meters. Use this property to differentiate between beacons with the same proximity value. Do not use it to identify a precise location for the beacon. Accuracy values may fluctuate due to RF interference.
A negative value in this property signifies that the actual accuracy could not be determined.
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.
