- ReactiveLocationProvider - Class in pl.charmas.android.reactivelocation
-
Factory of observables that can manipulate location
delivered by Google Play Services.
- ReactiveLocationProvider(Context) - Constructor for class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
- RemoveGeofenceObservable<T> - Class in pl.charmas.android.reactivelocation.observables.geofence
-
- RemoveGeofenceObservable(Context) - Constructor for class pl.charmas.android.reactivelocation.observables.geofence.RemoveGeofenceObservable
-
- removeGeofences(GoogleApiClient, <any>) - Method in class pl.charmas.android.reactivelocation.observables.geofence.RemoveGeofenceObservable
-
- removeGeofences(PendingIntent) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Observable that can be used to remove geofences from LocationClient.
- removeGeofences(List<String>) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Observable that can be used to remove geofences from LocationClient.
- RemoveGeofencesException - Class in pl.charmas.android.reactivelocation.observables.geofence
-
Exception that is delivered only od com.google.android.gms.location.GeofenceStatusCodes
when removing geofences.
- RemoveGeofencesResult - Class in pl.charmas.android.reactivelocation.observables.geofence
-
- RemoveGeofencesResult.PendingIntentRemoveGeofenceResult - Class in pl.charmas.android.reactivelocation.observables.geofence
-
Result of removing geofences operation by PendingIntent.
- RemoveGeofencesResult.RequestIdsRemoveGeofenceResult - Class in pl.charmas.android.reactivelocation.observables.geofence
-
Result of removing geofences operation by requestIds.