Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class LocationItemDecoration(val location: Boolean = false, val index: Int = -1, val editRoute: EnabledFunction = EnabledFunction(), val details: EnabledFunction = EnabledFunction())
Functions
Link copied to clipboard
Link copied to clipboard
fun LocationItem(item: LocationDescription, userLocation: LngLatAlt?, modifier: Modifier = Modifier, decoration: LocationItemDecoration = LocationItemDecoration())
Link copied to clipboard
fun MainSearchBar(searchText: String, isSearching: Boolean, itemList: List<LocationDescription>, onSearchTextChange: (String) -> Unit, onToggleSearch: () -> Unit, onItemClick: (LocationDescription) -> Unit, userLocation: LngLatAlt?)
Link copied to clipboard
fun NavigationButton(onClick: () -> Unit = {}, text: String, icon: ImageVector? = null, horizontalPadding: Dp = 16.dp, modifier: Modifier = Modifier)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard