LocationState

Types

Link copied to clipboard
interface Active : LocationState

A LocationState indicating observation has started

Link copied to clipboard

An Inactive State indicating observation has stopped after being started

Link copied to clipboard

An Initialized State indicating that location is not being collected

Link copied to clipboard

A Permitted State indicating location is being collected

Link copied to clipboard

A LocationState indicating observation is not active

Link copied to clipboard

An Active State indicating observation has started and initialization has completed

Link copied to clipboard

An Active State indicating the state is transitioning from Inactive to Initialized

Link copied to clipboard

An Inactive State indicating observation has not started yet

Link copied to clipboard

Properties

Link copied to clipboard
abstract val location: Location

The Location during this state

Functions

Link copied to clipboard
open fun <S : KalugaState> remain(): suspend () -> S