FusedGpsCellular

open class FusedGpsCellular : GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, ResultCallback<LocationSettingsResult>

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The fastest rate for active location updates.
Link copied to clipboard
Constant used in the location settings dialog.
Link copied to clipboard
The desired interval for location updates.

Functions

Link copied to clipboard
open fun getLocationOneShot(locationCallback: LocationCallback)
Link copied to clipboard
open fun onConnected(@Nullable bundle: Bundle)
Link copied to clipboard
open fun onConnectionFailed(@NonNull connectionResult: ConnectionResult)
Link copied to clipboard
Link copied to clipboard
open fun onResult(@NonNull result: LocationSettingsResult)
Link copied to clipboard
open fun registerLocationCallback(locationCallback: LocationCallback)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun unRegisterLocationCallback(locationCallback: LocationCallback)