| Class | Description |
|---|---|
| AddGeofenceException |
Exception that is thrown only on
com.google.android.gms.location.LocationStatusCodes#ERROR
when adding geofences. |
| AddGeofenceObservable | |
| AddGeofenceResult |
Result of add geofence action.
|
| RemoveGeofenceObservable<T> | |
| RemoveGeofencesException |
Exception that is delivered only od
com.google.android.gms.location.GeofenceStatusCodes
when removing geofences. |
| RemoveGeofencesResult | |
| RemoveGeofencesResult.PendingIntentRemoveGeofenceResult |
Result of removing geofences operation by PendingIntent.
|
| RemoveGeofencesResult.RequestIdsRemoveGeofenceResult |
Result of removing geofences operation by requestIds.
|
| Enum | Description |
|---|---|
| LocationStatusCode |
com.google.android.gms.location.LocationStatusCodes wrapper in proper enum. |