If I use an Android ProximityAlert with a given radius (say 100m), and my phone is regularly near (or at) that location, will the battery drain be greater than if I am rarely near that location? Is there a distance within which the battery drain increases?
What about with Geofences instead?
Ideally, I'd like to understand the impact on battery life of the following scenarios:
R = radius of the proximityAlert or Geofence area D = distance of phone from location in proximityAlert
- D < R (phone definitely within proximity alert location)
- D >> R (phone definitely outside proximity alert location)
- D ~= R (phone near boundary of proximity alert location)
Is there any particular location (ie value of D or of D-R) where the phone will automatically change location provider to a more expensive option to increase accuracy?