How can we get eddystone url and other eddystone related details from estimote ranging listener callback in android
Ranging is for the default/iBeacon UUID+major+minor packet. If you want Eddystone, use:
https://github.com/Estimote/Android-SDK/blob/master/DOC_monitoring_scanning.md#eddystone
Thanks for your reply.
Actually my use case is i have three beacons and i have used eddystone listener callback in our android code which provides eddystone related properties like url instance namespace and telemetry data and it gives all the three beacon data at the same time so i am not able to distnguish which beacon is nearest to the device.can you help me in this scenario?
The Eddystone
objects you’re getting in EddystoneListener
have an rssi
property, and you can use also use Utils#computeAccuracy
with Eddystone
objects.