Android - How to retrieve list of registered geofences -


how can determine geofences registered application?

after registering geofences locationclient.addgeofences(),i waited onaddgeofencesresuls()(which returned success) , tried use locationclient.gettriggeringgeofences(intent) same intent used registration, got null.

gettriggeringgeofences() returns geofences triggered transition last time. that's why returns null if no transition occurrs. refer documentation: http://developer.android.com/reference/com/google/android/gms/location/locationclient.html#gettriggeringgeofences%28android.content.intent%29


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -