I am using GPS to actually monitor if I have entered a regions (radius 100 m).
I am using a hybrid of significantLocationChange
s and hardware GPS, startUpdatingLocation
.
As significantLocationChanges
are not as accurate as I require I am using them only to check if I have entered a outer circle of X m. Then I use hardware GPS to check if the user enters an inner circle (100m).
The problem with it is that battery is getting drained pretty quickly, can anyone help me out.