What should i use to find nearest beacon when i am moving with my mobile

Hi guys,

what should i use to find nearest beacon

setRangingListener or setMonitoringListener or else is there any other way in android

Thank You,

Ashok G

Hi there,

Monitoring only tells you if you are in range of any beacons. It does not allow for calculating proximity. It’s ranging that’s responsible for distance estimations, and you can use it to get a list of beacons based on distance.

Cheers.