LocationProviderInterface

interface LocationProviderInterface

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
notifyLocationPermissionGranted
Link copied to clipboard
abstract fun notifyLocationPermissionGranted()
onListenerRequestParametersChanged
Link copied to clipboard
abstract fun onListenerRequestParametersChanged()
registerLocationUpdateListener
Link copied to clipboard
abstract fun registerLocationUpdateListener(locationUpdateListener: LocationUpdateListener)
toString
Link copied to clipboard
open fun toString(): String
unregisterLocationUpdateListener
Link copied to clipboard
abstract fun unregisterLocationUpdateListener(locationUpdateListener: LocationUpdateListener)

Inheritors

GoogleFusedLocationProvider
Link copied to clipboard