Android: Can one googleApiClient update the geofence setup by another googleApiClient in the same app

66 views Asked by At

Android documentation says that "If an existing geofence with the same request ID is already registered, the old geofence is replaced by the new one, and the new PendingIntent is used to generate intents for alerts."

Does it hold when using same googleApiClient or when there are multiple googleApiClients in the app setting up geofences

Thanks in advance.

PS: Please give reason before down voting the question, so that I can improve.

0

There are 0 answers