AddAndEditRouteViewModel

class AddAndEditRouteViewModel @Inject constructor(routeDao: RouteDao, soundscapeServiceConnection: SoundscapeServiceConnection) : ViewModel

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun createAndAddMarker(locationDescription: LocationDescription, successMessage: String, failureMessage: String)
Link copied to clipboard
fun deleteRoute(objectId: Long)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun onClickFolder(filter: String, title: String)
Link copied to clipboard
Link copied to clipboard
fun onNameChange(newText: String)
Link copied to clipboard
Link copied to clipboard