I am developing a GeoFencing Android App that notifies user whenever they are close to a certain region (similar to Start Monitoring for Region in iOS).
I know I can use AddProximityAlert in Android but I am concern about the power consumption as I will add around 50 geo points.
The question is: would the power consumption change on adding more points ? or it will stay the same regardless how many points I added ?