Example usage of GeofencingApi in Android
GeofencingApi is great feature for making notifications when user enter to specific place on map and also exit from specific place.
I’ve updated official GeofencingApi tutorial to make it more visual.
Here application which able register geofence just after map click. Use it for register your place and test how it works. This app have nice overlays which show whole geofence area (Red circle).
Here is YouTube with app in action
And link to github
1 Comment
Mark · 11 February, 2018 at 01:34
hey this is really cool, i tried implementing your code but I ran into an issue, where the service never gets created, so itll never send me notifications when I enter a geofence and there are no separate processes showing on android studio, please let me know if you have a solution