I'm using geo-fences radius in my Android application. I did geo-fences in Android, I got notifications too.
My problem is if I entered a geo-fence radius as 200 meters and the current location radius on the map is 100 meters, then I am getting notifications but if the geofence radius is in 10 meters or less I did not getting any notification.
How can I get accurate notifications with the 2 meter geo-fencing radius?