SoundscapeServiceConnection

class SoundscapeServiceConnection @Inject constructor

Constructors

Link copied to clipboard
@Inject
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serviceBoundState: StateFlow<Boolean>
Link copied to clipboard

Functions

Link copied to clipboard
fun getBeaconFlow(): StateFlow<BeaconState>?
Link copied to clipboard
Link copied to clipboard
fun getGridStateFlow(): StateFlow<GridState?>?
Link copied to clipboard
fun getLocationFlow(): StateFlow<Location?>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun routeMute()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun routeStart(routeId: Long)
Link copied to clipboard
fun routeStop()
Link copied to clipboard
fun setStreetPreviewMode(on: Boolean, location: LngLatAlt? = null)
Link copied to clipboard
fun startBeacon(location: LngLatAlt, name: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard