Package-level declarations

Types

Link copied to clipboard
class MarkersViewModel @Inject constructor(routesRepository: RoutesRepository, context: Context) : ViewModel

Functions

Link copied to clipboard
fun MarkersScreen(homeNavController: NavController, uiState: MarkersAndRoutesUiState, clearErrorMessage: () -> Unit, onToggleSortOrder: () -> Unit, onToggleSortByName: () -> Unit, userLocation: LngLatAlt?)
Link copied to clipboard
@Preview(showBackground = true)
fun MarkersScreenPopulatedPreview()
Link copied to clipboard
@Preview(showBackground = true)
fun MarkersScreenPreview()
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