BeaconState

data class BeaconState(val location: LngLatAlt? = null, val muteState: Boolean = false)

Foreground service that provides location updates, device orientation updates, requests tiles, data persistence with realmDB. It inherits from MediaSessionService so that we can receive Media Transport button presses to act as a remote control whilst the phone is locked.

Constructors

Link copied to clipboard
constructor(location: LngLatAlt? = null, muteState: Boolean = false)

Properties

Link copied to clipboard
val location: LngLatAlt? = null
Link copied to clipboard
val muteState: Boolean = false