Package-level declarations

Types

Link copied to clipboard
data class AddRouteUiState(val name: String = "", val description: String = "", val nameError: Boolean = false, val descriptionError: Boolean = false, val navigateToMarkersAndRoutes: Boolean = false)
Link copied to clipboard
class AddRouteViewModel @Inject constructor : ViewModel

Functions

Link copied to clipboard
Link copied to clipboard
fun AddRouteScreen(navController: NavController, viewModel: AddRouteViewModel = hiltViewModel())