Package-level declarations

Properties

Functions

Link copied to clipboard
@Preview(showBackground = true)
fun AheadOfMeHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun AroundMeHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun AutomaticCalloutsHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun BeaconHelpPreview()
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
@Preview(showBackground = true)
fun CreatingMarkersHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun EditingMarkersHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun FaqAnswerHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun FaqHelpPreview()
Link copied to clipboard
fun HelpScreen(topic: String, navController: NavHostController, modifier: Modifier)
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
fun HomeBottomAppBar(bottomButtonFunctions: BottomButtonFunctions, modifier: Modifier = Modifier)
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
@Preview(showBackground = true)
fun HomeHelpPreview()
Link copied to clipboard
@Preview(device = "spec:parent=pixel_5,orientation=landscape", showBackground = true)
@Preview(showBackground = true)
fun HomePreview()
Link copied to clipboard
@Preview(device = "spec:parent=pixel_5,orientation=landscape", showBackground = true)
@Preview(showBackground = true)
fun HomeSearchPreview()
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
@Preview(showBackground = true)
fun MarkersHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun MyLocationHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun NearbyMarkersHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun OfflineHelpPreview()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun rememberMapViewWithLifecycle(disposeCode: (map: MapView) -> Unit): MapView
Link copied to clipboard
@Preview(showBackground = true)
fun RemoteHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun RoutesContentHelpPreview()
Link copied to clipboard
fun SleepScreen(navController: NavHostController, modifier: Modifier)
Link copied to clipboard
@Preview(showBackground = true)
fun SleepScreenPreview()
Link copied to clipboard
fun StreetPreview(state: StreetPreviewState, heading: Float, streetPreviewFunctions: StreetPreviewFunctions)
Link copied to clipboard
@Preview(showBackground = true)
fun ThirdPartyHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun TipsHelpPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun VoicesHelpPreview()