/tripkit/TripKitAndroidUIData/com.skedgo.tripkit.ui.data.location/RxFusedLocationProviderClient
RxFusedLocationProviderClient
\ open class RxFusedLocationProviderClient(client: FusedLocationProviderClient)
Constructors
RxFusedLocationProviderClient | constructor(client: FusedLocationProviderClient) |
Functions
Name | Summary |
---|---|
getLastLocation | open fun getLastLocation(): Flowable<LastLocation> |
requestLocationStream | open fun requestLocationStream(request: LocationRequest): Observable<Location> |
requestLocationStreamFlow | open fun requestLocationStreamFlow(request: LocationRequest): Flow<Location> |
requestLocationUpdates | open fun requestLocationUpdates(request: LocationRequest): Flowable<LocationUpdates> A RxJava-based version of FusedLocationProviderClient.requestLocationUpdates. |
requestLocationUpdatesFlow | open fun requestLocationUpdatesFlow(request: LocationRequest): Flow<LocationUpdates> |