toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.locationprovider
/
DirectionProvider
Direction
Provider
open
class
DirectionProvider
Inheritors
AndroidDirectionProvider
Members
Constructors
Direction
Provider
Link copied to clipboard
constructor
(
)
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
fun
destroy
(
)
get
Current
Direction
Link copied to clipboard
fun
getCurrentDirection
(
)
:
Float
start
Link copied to clipboard
open
fun
start
(
audio
:
NativeAudioEngine
,
locProvider
:
LocationProvider
)