Location Provider Interface
interface LocationProviderInterface
Content copied to clipboard
Functions
notifyLocationPermissionGranted
Link copied to clipboard
abstract fun notifyLocationPermissionGranted()
Content copied to clipboard
onListenerRequestParametersChanged
Link copied to clipboard
abstract fun onListenerRequestParametersChanged()
Content copied to clipboard
registerLocationUpdateListener
Link copied to clipboard
abstract fun registerLocationUpdateListener(locationUpdateListener: LocationUpdateListener)
Content copied to clipboard
unregisterLocationUpdateListener
Link copied to clipboard
abstract fun unregisterLocationUpdateListener(locationUpdateListener: LocationUpdateListener)
Content copied to clipboard
Inheritors
GoogleFusedLocationProvider
Link copied to clipboard