toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape
/
SoundscapeServiceConnection
Soundscape
Service
Connection
class
SoundscapeServiceConnection
@
Inject
constructor
Members
Constructors
Soundscape
Service
Connection
Link copied to clipboard
@
Inject
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
service
Bound
State
Link copied to clipboard
val
serviceBoundState
:
StateFlow
<
Boolean
>
soundscape
Service
Link copied to clipboard
var
soundscapeService
:
SoundscapeService
?
Functions
get
Beacon
Flow
Link copied to clipboard
fun
getBeaconFlow
(
)
:
StateFlow
<
LngLatAlt
?
>
?
get
Location
Flow
Link copied to clipboard
fun
getLocationFlow
(
)
:
StateFlow
<
Location
?
>
?
get
Orientation
Flow
Link copied to clipboard
fun
getOrientationFlow
(
)
:
StateFlow
<
DeviceOrientation
?
>
?
get
Street
Preview
Mode
Flow
Link copied to clipboard
fun
getStreetPreviewModeFlow
(
)
:
StateFlow
<
Boolean
>
?
set
Street
Preview
Mode
Link copied to clipboard
fun
setStreetPreviewMode
(
on
:
Boolean
,
latitude
:
Double
=
0.0
,
longitude
:
Double
=
0.0
)
stop
Service
Link copied to clipboard
fun
stopService
(
)
street
Preview
Go
Link copied to clipboard
fun
streetPreviewGo
(
)
try
To
Bind
To
Service
If
Running
Link copied to clipboard
fun
tryToBindToServiceIfRunning
(
context
:
Context
)