Package-level declarations

Types

Link copied to clipboard
data class HomeState(var heading: Float = 0.0f, var location: Location? = null, var beaconLocation: LatLng? = null, var streetPreviewMode: Boolean = false, var tileGridGeoJson: String = "", var isSearching: Boolean = false, var searchItems: List<LocationDescription>? = null)
Link copied to clipboard
class HomeViewModel @Inject constructor(soundscapeServiceConnection: SoundscapeServiceConnection) : ViewModel