Package-level declarations
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a location marker drawable which has location_marker as it's background, and an integer in the foreground. These are to mark on the map locations of waypoints within a route.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun HomeTopAppBar(drawerState: DrawerState, coroutineScope: CoroutineScope, onNavigate: (String) -> Unit)
Link copied to clipboard
fun MapContainerLibre(mapCenter: LngLatAlt, allowScrolling: Boolean, mapViewRotation: Float, userLocation: LngLatAlt?, userSymbolRotation: Float, beaconLocation: LngLatAlt?, routeData: RouteData?, modifier: Modifier = Modifier, onMapLongClick: (LatLng) -> Boolean)
A map disable component that uses maplibre.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StreetPreview(state: StreetPreviewState, heading: Float, streetPreviewFunctions: StreetPreviewFunctions)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard