How can i get exact distance in feets from the beacon, using roximity sdk?
问题 I am using Roximity SDK and it gives beacons range update but only with three points Far, Near and Immediate, while i want to get their distance in feets, any idea how can i get this ? Here's the code i have used according to roximity SDK docs. private void createBroadcastRecievers(){ IntentFilter intentFilter = new IntentFilter(); intentFilter.addAction(ROXConsts.MESSAGE_FIRED); intentFilter.addAction(ROXConsts.BEACON_RANGE_UPDATE); intentFilter.addAction(ROXConsts.WEBHOOK_POSTED);