toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.locationprovider
/
LocationProvider
Location
Provider
abstract
class
LocationProvider
Inheritors
AndroidLocationProvider
StaticLocationProvider
Members
Constructors
Location
Provider
Link copied to clipboard
constructor
(
)
Properties
location
Flow
Link copied to clipboard
var
locationFlow
:
StateFlow
<
Location
?
>
mutable
Location
Flow
Link copied to clipboard
val
mutableLocationFlow
:
MutableStateFlow
<
Location
?
>
Functions
destroy
Link copied to clipboard
abstract
fun
destroy
(
)
has
Valid
Location
Link copied to clipboard
fun
hasValidLocation
(
)
:
Boolean
start
Link copied to clipboard
abstract
fun
start
(
context
:
Context
)
update
Location
Link copied to clipboard
open
fun
updateLocation
(
newLocation
:
LngLatAlt
,
heading
:
Float
,
speed
:
Float
)