Home

fun Home(state: HomeState, onNavigate: (String) -> Unit, preferences: SharedPreferences?, onMapLongClick: MapLibreMap.OnMapLongClickListener, bottomButtonFunctions: BottomButtonFunctions, getCurrentLocationDescription: () -> LocationDescription, rateSoundscape: () -> Unit, contactSupport: () -> Unit, toggleTutorial: () -> Unit, tutorialRunning: Boolean, routeFunctions: RouteFunctions, streetPreviewFunctions: StreetPreviewFunctions, modifier: Modifier = Modifier, searchFunctions: SearchFunctions, goToAppSettings: (Context) -> Unit, permissionsRequired: Boolean)