I need to find the user position using Estimote Beacons. Is it possible to find the user location using Estimote Beacons in Android?
Can any one help me?
Thanks
Beacon triggers your mobile.It is a transmitter not the receiver. Beacon gives you UUID, Major number and Minor number. So you can identify the particular beacon from these id's. Invoke the service to update your latitude and longitude upon receiving beacon signal.
P.S. Make sure you have access to GPS permission.
For more information refer - Android Beacon Library Sample