LocationListenerCompat
interface LocationListenerCompat : LocationListener
A version of LocationListener suitable for use on all API levels.
Summary
Public functions |
|
|---|---|
Unit |
onFlushComplete(requestCode: Int) |
Unit |
onLocationChanged(locations: (Mutable)List<Location!>) |
Unit |
onProviderDisabled(provider: String) |
Unit |
onProviderEnabled(provider: String) |
Unit |
onStatusChanged(provider: String, status: Int, extras: Bundle?)This function is deprecated. |
Inherited functions |
|---|