public class LocationUpdatesObservable extends BaseLocationObservable<android.location.Location>
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createObservable(android.content.Context ctx,
LocationRequest locationRequest) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer) |
protected void |
onUnsubscribed(GoogleApiClient locationClient) |
call, createApiClientpublic static <any> createObservable(android.content.Context ctx,
LocationRequest locationRequest)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer)
onGoogleApiClientReady in class BaseObservable<android.location.Location>protected void onUnsubscribed(GoogleApiClient locationClient)
onUnsubscribed in class BaseObservable<android.location.Location>