geofencing - Android: Trigger an event when the user exits a geofence -


is there way define geofence (center , radius) around device's current location, , have system trigger callback function in app when device exits geofence?

i avoid extensive gps usage, prefer system message on periodic gps polling, @ price of reduced accuracy.

use geofence api in google play services. here can find documentation use it. can have 100 geofences @ time.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -