OnLocationStaleListener

Listener that can be added as a callback when the last location update is considered stale.

The time from the last location update that determines if a location update is stale or not is provided by staleStateTimeout .

Deprecated

Location Plugin is deprecated, use Location Component Plugin instead.

interface OnLocationStaleListener

Functions

onStaleStateChange
Link copied to clipboard

Called when the stale state changes.

abstract fun onStaleStateChange(isStale: Boolean)