Top "Android-geofence" questions

Represents a geographical region, also known as a geofence.

How do I use the Android Geofencing API?

I have been testing the new Google Play Geofencing service API. I downloaded the sample code from the Android developers …

android android-geofence
Error adding geofences in Android (status code 1000)

I am getting an error in the onAddGeofencesResult(int statusCode, String[] geofenceRequestIds) callback with statusCode = 1000. I have my GPS enabled …

android geolocation google-play-services android-location android-geofence
Change Location Mode to High Accuracy Programmatically Android

Is it possible to get the information on the location mode which the user has selected among the three modes …

android gps location android-location android-geofence
Couldn't connect to Google API client

I can't fetch last known location. I have enabled Geocoding API and Google Places API for Android in google console. …

android google-play-services android-geofence
Android Geofence eventually stop getting transition intents

I have an app that started with the Google's geofencing sample code. It works great for a few days, and …

android-geofence
Android Geofence only works with opened app

I'm doing a serious research on this topic for many days... I saw many topics here too... But unfortunately I …

android google-maps-api-2 android-geofence
How to start a notification in IntentService

I'm try to send a notification when a user enters or exits a specific geofence. I already can log when …

android intentservice geofencing android-geofence
Android play services 6.5: LocationClient is missing

After updating to Google Play Services 6.5.87 my app was failed to compile because of missing LocationCLient class. The documentation link …

android location google-play-services android-geofence fusedlocationproviderapi
New Android Geofence Api - Sample code does not alert/notify when at location

I need some clarity on the sample code supplied with Geofence guide as posted here : https://developer.android.com/training/…

android gps geofencing android-geofence
How to increase consistency of Android geofence enter/exit notifications?

I am using the built in geofence APIs (play services) and have been having mixed results. It looks like after …

android android-maps-v2 android-geofence