How do you access the proximity property?

I am making an app does the following:

monitor region --> onEnteredRegion --> startRanging

I want to be able to do something like when the 1st beacon on the ranging list is in immediate proximity, then do something. I can’t find anything about accessing the property in android.

Any ideas?

It’s in Utils, computeProximity method:

http://estimote.github.io/Android-SDK/JavaDocs/com/estimote/sdk/Utils.html#computeProximity-com.estimote.sdk.Beacon-

1 Like