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: RouteData? = null, val currentWaypoint: Int = 0)
Link copied to clipboard
Link copied to clipboard

This callback class handles media button events generated by bluetooth headphones etc. These are then mapped to specific Soundscape features.

Link copied to clipboard