LocationObserver

fun interface LocationObserver

Observer for getting updates from a LocationProvider.

Functions

Link copied to clipboard
abstract fun onLocationUpdateReceived(locations: List<Location>)

Report when location has changed.