Active

interface Active : LocationState

A LocationState indicating observation has started

Inheritors

Properties

Link copied to clipboard
abstract val deinitialized: suspend () -> LocationState.Deinitialized

Transitions into a Deinitialized State

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