app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.locationprovider
/
AndroidDirectionProvider
Android
Direction
Provider
class
AndroidDirectionProvider
(
context
:
Context
)
:
DirectionProvider
Members
Constructors
Android
Direction
Provider
Link copied to clipboard
constructor
(
context
:
Context
)
Properties
audio
Engine
Link copied to clipboard
var
audioEngine
:
NativeAudioEngine
?
mutable
Orientation
Flow
Link copied to clipboard
val
mutableOrientationFlow
:
MutableStateFlow
<
DeviceOrientation
?
>
orientation
Flow
Link copied to clipboard
var
orientationFlow
:
StateFlow
<
DeviceOrientation
?
>
Functions
destroy
Link copied to clipboard
open
override
fun
destroy
(
)
start
Link copied to clipboard
open
override
fun
start
(
audio
:
NativeAudioEngine
,
locProvider
:
LocationProvider
)