Top "Android-geofence" questions

Represents a geographical region, also known as a geofence.

How to make Geo Fencing alert more accurate in Android

Hello I am trying to add feature of Geo Fence in Android. I am using the http://developer.android.com/…

android google-play-services geofencing android-geofence
Android LocationServices.GeofencingApi example usage

Does anyone know of an example of using the LocationServices.GeofencingApi? All the android geofencing examples I find are using …

android geofencing android-geofence
Android: What is the minimum and maximum radius for geofence

I am working on an Android app which makes use of geofence. I want user to decide the radius of …

android android-geofence
Geofences not triggering (pendingintents and broadcastreceiver)

I've used the Android tutorial with Geofences which, obviously, doesn't work when app is closed. So, after searching around, I've …

android geolocation android-pendingintent android-geofence
Issue Moving from IntentService to JobIntentService for Android O

I am using Intent Service to monitor Geofence transition. For that I am using following call from a Sticky Service. …

android android-geofence android-service-binding android-8.0-oreo
How does ACCESS_BACKGROUND_LOCATION introduced in Android Q affect Geofence APIs?

In order to use the Geofence API the user has to give the app ACCESS_FINE_LOCATION. This location is …

android android-location android-geofence android-10.0
Geofencing API triggers enter event when already in zone

I've encountered this problem with the latest Android Geofence API. The usage is exact to the example usage. I set …

android android-geofence
Do Geofences remain active in android after a device reboot

I'm writing an application that needs to use geofencing for when someone enters/exits multiple sites over the lifetime of …

android google-play-services geofencing android-geofence location-client