HomeViewModel

class HomeViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(soundscapeServiceConnection: SoundscapeServiceConnection)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val searchText: StateFlow<String>
Link copied to clipboard
val state: StateFlow<HomeState>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
fun aheadOfMe()
Link copied to clipboard
fun createBeacon(latitudeLongitude: LatLng)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun onMarkerClick(marker: Marker): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun shareLocation(context: Context)
Link copied to clipboard