Package-level declarations
Types
Link copied to clipboard
class LocationDetailsViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection, routeDao: RouteDao) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SettingsViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun createMarker(locationDescription: LocationDescription, routeDao: RouteDao, viewModelScope: CoroutineScope, onSuccess: () -> Unit, onFailure: () -> Unit)