Home

fun Home(state: HomeState, onNavigate: (String) -> Unit, onMapLongClick: (LatLng) -> Boolean, bottomButtonFunctions: BottomButtonFunctions, getCurrentLocationDescription: () -> LocationDescription, shareLocation: () -> Unit, rateSoundscape: () -> Unit, routeFunctions: RouteFunctions, streetPreviewFunctions: StreetPreviewFunctions, modifier: Modifier = Modifier, searchText: String, onSearchTextChange: (String) -> Unit, onToggleSearch: () -> Unit)