Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From what I understood of the API is that there is never a guarantee on actual distance, you should not use the readings to be considered an accurate measurement. The proximity is rather used to determine the relative distance between different beacons so that you can respond accordingly based on your applications requirements. </p> <p>With that said, Apple definitely draws a gray area in their documentation. The description of <code>measuredPower</code> is intriguing and easily instils the thought that you can use this value to get an accurate distance reading (once calibrated of course). I just don't think that is the case however, with the likelihood of signal attenuation in these significantly low powered devices, I don't expect you'd get consistently accurate readings of an actual distance. </p> <p>From the <code>CLBeacon</code> reference the description of <code>accuracy</code> reads </p> <blockquote> <p>Indicates the one sigma horizontal accuracy in meters. Use this property to differentiate between beacons with the same proximity value. <strong>Do not use it to identify a precise location for the beacon. Accuracy values may fluctuate due to RF interference</strong>.</p> </blockquote> <p>I feel that this inexplicably resonates throughout the entire usage of the iBeacon feature.</p> <p>This is all my interpretation, I've not gone as fas as testing this in multiple environments over time to see if consistent readings are given. I am not sure if this helps at all.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload