LocationDetailsViewModel

class LocationDetailsViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection, navigator: Navigator) : ViewModel

Constructors

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

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(latitude: Double, longitude: Double)
Link copied to clipboard
fun enableStreetPreview(latitude: Double, longitude: Double)
Link copied to clipboard