android - Calling a method upon exiting Geofence -
i want call method in when user has exited geofence radius, i'm not entirely sure how go that. seems have work geofencetransitionsintentservice(), i'm finding outdated code
the api docs have full fledged example on how this. use conditional check geofencetransition == geofence.geofence_transition_exit
in onhandleintent of geofence service: developer.android.com/training/location/geofencing.html –
Comments
Post a Comment