Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
class RoutePlayer(val service: SoundscapeService, context: Context)
Link copied to clipboard
data class RoutePlayerState(val routeData: RouteWithMarkers? = null, val currentWaypoint: Int = 0, val beaconOnly: Boolean = false)
Link copied to clipboard
Link copied to clipboard