android-geofence Questions

2

I'm working on a library that can be used to monitor geofences on Android devices. I've noticed that the geofences I register with Google Play Location Services GeofencingApi class are lost after I...
Peat asked 26/5, 2015 at 20:3

3

I am trying to test Geofence functionality using Google's example: Creating & Monitoring Geofences. I have uploaded the code here. Problem is that I never get a notification of entry or exit. ...
Otiliaotina asked 7/4, 2014 at 6:35

3

Solved

I followed this developer tutorial, and have Geofencing working within my app, as expected. A notification is sent when a Geofence Transition occurs, from within an IntentService: @Override prote...

2

Solved

According to the API documentation, only Circular shape Geofences allowed: https://developers.google.com/android/reference/com/google/android/gms/location/Geofence.Builder And it's looks for exam...

2

I'm doing a serious research on this topic for many days... I saw many topics here too... But unfortunately I couldn't find a solution.... I'm writing an app that uses the new Google API for Geofe...
Regine asked 17/10, 2013 at 19:1

1

Solved

I know similar questions have been asked before but answers were not perfect. I created an app with geofences using the sample code from android developer website. I did not use any shared prefere...
Quotable asked 16/4, 2015 at 9:46

2

I am using Android Geofencing API.After add geofence it works fine when location is ON.But If I OFF location and ON again,afterwards Geofencing not triggers when enter or exit.I have tested o...
Pyrone asked 13/5, 2015 at 9:33

1

I'm developing an application where user can set multiple locations. I get succeed to show notifications when user get Enter or Leave specific region using GeoFencing. Now, there is situation that...
Burrussburry asked 16/4, 2015 at 9:24

1

Solved

What's the best way to update geofences in Android? Is it to first remove the old set of Geofences and then add the newly updated list like this: LocationServices.GeofencingApi.removeGeofences( ...
Wallet asked 13/4, 2015 at 0:3

1

Solved

Does anyone know of an example of using the LocationServices.GeofencingApi? All the android geofencing examples I find are using the deprecated LocationClient class. From what I can see, the Locati...
Deirdra asked 29/10, 2014 at 15:3

1

I'm using the relatively new version of the Geofence API in Google's Play Services. The issue (apart from outdated documentation) being that the received Intents (after a geofence exit) don't seem ...
Mcclenon asked 11/12, 2014 at 13:39

1

Solved

After updating to Google Play Services 6.5.87 my app was failed to compile because of missing LocationCLient class. The documentation link is corrupted at the moment (404 Not Found) How can I fix...

6

I am not sure if this is a bug with the new Android GeoFence sample code or my understanding of what it is supposed to do is wrong. The sample app creates geofences but does not alert when geofence...
Mitman asked 23/5, 2013 at 12:26

3

Solved

I have an ASUS Eee Tab (Transformer Prime TF201 Android v4.1.1). I was reading the API on Geofencing and downloaded the sample app here below on to my device => http://developer.android.com/trainin...

5

I have been testing the new Google Play Geofencing service API. I downloaded the sample code from the Android developers site. Next, I ran the example code on an Android device (Galaxy Note 2). I ...
Xavier asked 27/5, 2013 at 8:59

2

Solved

I am working with the Geofence API Sample application I've got it running and seems to work alright. I did make the modifications to it to use BroadcastReceiver instead of the IntentService. But I...
Ragg asked 20/7, 2014 at 0:37

3

Solved

I am working on GeoFencing in Android and I am stuck at one point. My task is to show notification to user when he enters/exits a Geofence area defined by me. Here is my code: Activity class pub...
Lang asked 2/11, 2013 at 18:30

2

Solved

I am currently making a Geofencing app for android, and I followed their tutorial but I cant seem to get the BroadcastReceiver to trigger correctly. The onAddGeofencesResult is called, but the Bro...
Bullwhip asked 30/5, 2014 at 15:49

3

Solved

If I have these two geofences, after registering these geofences I should get notified when I'm entering or exiting the circumference of these circles. However, I don't want my App to send a notifi...
Lucialucian asked 7/4, 2014 at 13:29

2

If I use an Android ProximityAlert with a given radius (say 100m), and my phone is regularly near (or at) that location, will the battery drain be greater than if I am rarely near that location? Is...
Abuzz asked 18/6, 2013 at 9:52

1

I just made a demo for the Geo Fencing in android as per the documentation but here Geo Fencing Broadcast Receiver is not calling when I go out from the fence area or entered into it. Guys look th...
Sisterinlaw asked 19/2, 2014 at 16:17

1

Solved

ios sdk has great region monitoring functions. I need something like that in android and i think we have two alternatives. Geofencing and LocationManager. Geofencing has really tidy examples and b...
Meritocracy asked 6/12, 2013 at 12:11

1

Solved

I have a strange problem. I implemented geofencing using Google Services. (Implementation below) On my devices (Samsung Galaxy S and Moto X) they work perfect. On some other devices (HTC Incredib...

1

I have successfully implemented location geofencing using the Android Developers documentation. The problem I am having is that the geofence events are not always reliable. Sometimes they trigger ...

3

Solved

is the system persisting them or do I have to add them again them after reboot? I have not found anything about that in the documentation at https://developer.android.com/training/location/geofenci...
Pali asked 11/6, 2013 at 9:35

© 2022 - 2024 — McMap. All rights reserved.