LocationDetailsViewModel

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

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
fun createMarker(locationDescription: LocationDescription, successMessage: String, failureMessage: String)
Link copied to clipboard
fun deleteMarker(objectId: Long)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun shareLocation(context: Context, message: String, locationDescription: LocationDescription)
Link copied to clipboard
fun startBeacon(location: LngLatAlt, name: String)