I need to create a small prototype using beacons and to display the distance to each beacon in meters. At the moment I can only see which is the closest one but need to display as well how far is the device from the beacon.
So my question is "How to get distance to a beacon in meters. Is there any code snippets, examples, samples?".
I now there are a lot of articles about beacons, unstable RSSI and that you cannot get the exact distance from a beacon. But I saw some examples with indoor location and how beacons perfectly work.
By the way, my app is built using javascript and html. It is not an Android app yet.