GoogleFusedLocationProvider

class GoogleFusedLocationProvider : LocationProviderInterface

Types

Companion
Link copied to clipboard
object Companion : SingletonHolder<GoogleFusedLocationProvider, Context>

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
open override fun notifyLocationPermissionGranted()
onListenerRequestParametersChanged
Link copied to clipboard
open override fun onListenerRequestParametersChanged()
registerLocationUpdateListener
Link copied to clipboard
open override fun registerLocationUpdateListener(locationUpdateListener: LocationUpdateListener)
toString
Link copied to clipboard
open fun toString(): String
unregisterLocationUpdateListener
Link copied to clipboard
open override fun unregisterLocationUpdateListener(locationUpdateListener: LocationUpdateListener)