public class LocationUpdatesObservableOnSubscribe extends BaseLocationObservableOnSubscribe<android.location.Location>
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createObservable(ObservableContext ctx,
LocationRequest locationRequest) |
protected void |
onDisposed(GoogleApiClient locationClient) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter) |
subscribepublic static <any> createObservable(ObservableContext ctx, LocationRequest locationRequest)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter)
onGoogleApiClientReady in class BaseObservableOnSubscribe<android.location.Location>protected void onDisposed(GoogleApiClient locationClient)
onDisposed in class BaseObservableOnSubscribe<android.location.Location>