Package-level declarations
Functions
Link copied to clipboard
Provides a State object that contains the last known location.
Provides a State object that contains the last known location, with one recomposition key.
fun lastKnowLocationState(locationService: LocationService, vararg keys: Any?): State<LocationState>
Provides a State object that contains the last known location, with a variable number of recomposition keys.
fun lastKnowLocationState(locationService: LocationService, key1: Any?, key2: Any?): State<LocationState>
Provides a State object that contains the last known location, with two recomposition keys.
fun lastKnowLocationState(locationService: LocationService, key1: Any?, key2: Any?, key3: Any?): State<LocationState>
Provides a State object that contains the last known location, with three recomposition keys.
Link copied to clipboard
Provides a State object that emits location updates.