LocationDetailsViewModel

class LocationDetailsViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection, routesRepository: RoutesRepository) : ViewModel

Constructors

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

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 createBeacon(location: LngLatAlt)
Link copied to clipboard
fun createMarker(locationDescription: LocationDescription, successMessage: String, failureMessage: String)
Link copied to clipboard
fun deleteMarker(objectId: ObjectId)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun shareLocation(context: Context, message: String, locationDescription: LocationDescription)