CLBeacon.Accuracy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The accuracy of Proximity, in meters.
public virtual double Accuracy { [Foundation.Export("accuracy")] get; }
member this.Accuracy : double
Property Value
- Attributes
Remarks
Application developers should not use this value to try to indicate a precise location. It should be used to tell the difference between multiple beacons with the same Proximity value.
Even if both the device and the beacon are stationary, this value may vary over time due to radio interference.