Beacon Distance in Android

.. how can I get distance of beacon in my android application ..

Hi!
Please check it here:
http://estimote.github.io/Android-SDK/JavaDocs/
I guess Utils.Proximity is the one you are looking for.

Best,

.. thank you for your answer .. but Utils.Proximity includes distance definitions like far, immediate, near .. it does not give exact distance .. maybe it gives, but I could not find ..

Utils.computeAccuracy(beacon)

.. thank you Dalibor ..

its not very accurate, I tested it. Standing 6 feet from the device the distance was showing numbers between .5 meters to 12 meters. Let me know what you have experienced. If anyone have a better suggestion, please share. Thanks,
-Dalibor

.. as you said, it is not accurate .. If I find a solution, I will write ..