Stale State Manager
Class controls the location stale state when the android.location.Location hasn't been updated in 'x' amount of time. staleStateTimeout can be used to control the amount of time before the location's considered stale. enableStaleState is available for disabling this behaviour.
open class StaleStateManager
Content copied to clipboard
Constructors
StaleStateManager
Link copied to clipboard
open fun StaleStateManager(innerListener: OnLocationStaleListener, options: LocationComponentOptions)
Content copied to clipboard
Functions
setEnabled
Link copied to clipboard
updateLatestLocationTime
Link copied to clipboard
open fun updateLatestLocationTime()
Content copied to clipboard