Home Content
fun HomeContent(location: LngLatAlt?, beaconLocation: LngLatAlt?, routePlayerState: RoutePlayerState, heading: Float, onNavigate: (String) -> Unit, onMapLongClick: (LatLng) -> Boolean, getCurrentLocationDescription: () -> LocationDescription, searchBar: @Composable () -> Unit, modifier: Modifier = Modifier, streetPreviewState: StreetPreviewState, streetPreviewFunctions: StreetPreviewFunctions, routeFunctions: RouteFunctions)