Disabled

An Initialized State indicating that location is not being collected

Inheritors

Types

Link copied to clipboard

A Disabled State indicating the Location service is disabled

Link copied to clipboard

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