OnLocationUpdateListener

Listener to notify periodic location updates.

Functions

Link copied to clipboard
abstract fun onLocationAvailability(available: Boolean)

Called when location availability changes. This is only called when Google Play Services location provider is used when Google Play Services is available.

Link copied to clipboard
abstract fun onLocationChanged(location: Location)

Called when a new location update is received.