RSSI Values in Indoor Location Example

I'm working with the Indoor Location Swift example, and so far so good. I can access the X, Y, and Orientation values of the user. But, I'd also like to know the RSSI values of all the beacons in the room as well (if possible). Can someone describe how this can be done? I can't seem to find anything in the documentation about how to access this information directly from the Indoor Location SDK... so would I need to also include the standard Estimote SDK (how to do this)? It seems like this article might be a good starting point (http://estimote.com/api/tutorials/distance.html) but I don't know how to modify it to work with the Indoor Location example. Can someone provide some help?

Hy Andy,

To read the RSSI values, you can either use the standard Estimote SDK (http://estimote.github.io/iOS-SDK/Classes/ESTBeacon.html#//api/name/rssi).

Cheers.