- GeocodeObservable - Class in pl.charmas.android.reactivelocation2.observables.geocode
-
- getConnectionResult() - Method in exception pl.charmas.android.reactivelocation2.observables.GoogleAPIConnectionException
-
- getContext() - Method in class pl.charmas.android.reactivelocation2.observables.ObservableContext
-
- getCurrentPlace(PlaceFilter) - Method in class pl.charmas.android.reactivelocation2.ReactiveLocationProvider
-
Returns observable that fetches current place from Places API.
- getDetectedActivity(int) - Method in class pl.charmas.android.reactivelocation2.ReactiveLocationProvider
-
Observable that can be used to observe activity provided by Actity Recognition mechanism.
- getErrorCause() - Method in exception pl.charmas.android.reactivelocation2.observables.GoogleAPIConnectionSuspendedException
-
- getGeocodeObservable(String, int) - Method in class pl.charmas.android.reactivelocation2.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.reactivelocation2.ReactiveLocationProvider
-
Creates geocoder with default Locale.
- getGeocodeObservable(String, int, LatLngBounds, Locale) - Method in class pl.charmas.android.reactivelocation2.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.reactivelocation2.ReactiveLocationProvider
-
Observable that emits com.google.android.gms.common.api.GoogleApiClient object after connection.
- getLastKnownLocation() - Method in class pl.charmas.android.reactivelocation2.ReactiveLocationProvider
-
Creates observable that obtains last known location and than completes.
- getPhotoForMetadata(PlacePhotoMetadata) - Method in class pl.charmas.android.reactivelocation2.ReactiveLocationProvider
-
Returns observable that fetches a placePhotoMetadata from the Places API using the place placePhotoMetadata metadata.
- getPhotoMetadataById(String) - Method in class pl.charmas.android.reactivelocation2.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.reactivelocation2.ReactiveLocationProvider
-
Returns observable that fetches autocomplete predictions from Places API.
- getPlaceById(String) - Method in class pl.charmas.android.reactivelocation2.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.reactivelocation2.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.reactivelocation2.ReactiveLocationProvider
-
Creates observable that translates latitude and longitude to list of possible addresses using
included Geocoder class.
- getStatus() - Method in class pl.charmas.android.reactivelocation2.observables.StatusException
-
- getUpdatedLocation(LocationRequest) - Method in class pl.charmas.android.reactivelocation2.ReactiveLocationProvider
-
Creates observable that allows to observe infinite stream of location updates.
- GoogleAPIClientObservableOnSubscribe - Class in pl.charmas.android.reactivelocation2.observables
-
- GoogleAPIConnectionException - Exception in pl.charmas.android.reactivelocation2.observables
-
- GoogleAPIConnectionSuspendedException - Exception in pl.charmas.android.reactivelocation2.observables
-