Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun MarkersScreen(homeNavController: NavController, uiState: MarkersAndRoutesUiState, clearErrorMessage: () -> Unit, onToggleSortOrder: () -> Unit, onToggleSortByName: () -> Unit, userLocation: LngLatAlt?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun MarkersScreenVM(homeNavController: NavController, userLocation: LngLatAlt?, viewModel: MarkersViewModel = hiltViewModel())
Link copied to clipboard
fun sortMarkers(markers: List<LocationDescription>, sortByName: Boolean, sortAscending: Boolean, userLocation: LngLatAlt?): List<LocationDescription>
Link copied to clipboard
Link copied to clipboard