Get position when device is out of indoor location

Hi,
I am using Estimote Indoor SDK. I just get my location, but I also need to learn if the device leave that location. The sdk not give me the position when i leave the location. And it is so urgent issue for us. Could you please help me in that issue.

Thanks.

Hi there,

If you leave the location completely, so that the iOS device stop hearing all of the beacons, Indoor SDK will stop calling the "didUpdatePosition" delegate and start calling "didFailToUpdatePosition" instead.

Another idea is to use our regular iOS SDK combined with beacon region monitoring. You'll then get the "entered region" and "exited region" notifications whenever the phone leaves the range of beacons.

Let me know your thoughts and questions.