This class is deprecated.
Use GeofenceStatusCodes.
Status codes that can be returned to listeners to indicate the success or failure of an operation.
| int | ERROR | An unspecified error occurred; no more specific information is available. |
| int | GEOFENCE_NOT_AVAILABLE | Geofence service is not available now. |
| int | GEOFENCE_TOO_MANY_GEOFENCES | Your app has registered more than 100 geofences. |
| int | GEOFENCE_TOO_MANY_PENDING_INTENTS | You have provided more than 5 different
PendingIntents to the
addGeofences(com.google.android.gms.common.api.GoogleApiClient, GeofencingRequest,
PendingIntent) call. |
| int | SUCCESS | The operation was successful. |
An unspecified error occurred; no more specific information is available. The device logs may provide additional data.
Geofence service is not available now. Typically this is because the user turned off location access in settings > location access.
Your app has registered more than 100 geofences. Remove unused ones before adding new geofences.
You have provided more than 5 different PendingIntents to the
addGeofences(com.google.android.gms.common.api.GoogleApiClient, GeofencingRequest,
PendingIntent) call.
The operation was successful.