- GeocodeObservable - Class in pl.charmas.android.reactivelocation.observables.geocode
-
- getConnectionResult() - Method in exception pl.charmas.android.reactivelocation.observables.GoogleAPIConnectionException
-
- getCurrentPlace(PlaceFilter) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Returns observable that fetches current place from Places API.
- getDetectedActivity(int) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Observable that can be used to observe activity provided by Actity Recognition mechanism.
- getErrorCause() - Method in exception pl.charmas.android.reactivelocation.observables.GoogleAPIConnectionSuspendedException
-
- getGeocodeObservable(String, int) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Creates observable that translates a street address or other description into a list of
possible addresses using included Geocoder class.
- getGeocodeObservable(String, int, LatLngBounds) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Creates observable that translates a street address or other description into a list of
possible addresses using included Geocoder class.
- getGoogleApiClientObservable(Api...) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Observable that emits com.google.android.gms.common.api.GoogleApiClient object after connection.
- getLastKnownLocation() - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Creates observable that obtains last known location and than completes.
- getPhotoForMetadata(PlacePhotoMetadata) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Returns observable that fetches a placePhotoMetadata from the Places API using the place placePhotoMetadata metadata.
- getPhotoMetadataById(String) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Returns observable that fetches photo metadata from the Places API using the place ID.
- getPlaceAutocompletePredictions(String, LatLngBounds, AutocompleteFilter) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Returns observable that fetches autocomplete predictions from Places API.
- getPlaceById(String) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Returns observable that fetches a place from the Places API using the place ID.
- getReverseGeocodeObservable(double, double, int) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Creates observable that translates latitude and longitude to list of possible addresses using
included Geocoder class.
- getReverseGeocodeObservable(Locale, double, double, int) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Creates observable that translates latitude and longitude to list of possible addresses using
included Geocoder class.
- getStatus() - Method in class pl.charmas.android.reactivelocation.observables.StatusException
-
- getUpdatedLocation(LocationRequest) - Method in class pl.charmas.android.reactivelocation.ReactiveLocationProvider
-
Creates observable that allows to observe infinite stream of location updates.
- GoogleAPIClientObservable - Class in pl.charmas.android.reactivelocation.observables
-
- GoogleAPIClientObservable(Context, <any>...) - Constructor for class pl.charmas.android.reactivelocation.observables.GoogleAPIClientObservable
-
- GoogleAPIConnectionException - Exception in pl.charmas.android.reactivelocation.observables
-
- GoogleAPIConnectionSuspendedException - Exception in pl.charmas.android.reactivelocation.observables
-