AdministrativeUnitScreen
fun AdministrativeUnitScreen(viewModel: AdministrativeUnitViewModel = hiltViewModel(), onSetToolbarInfo: (screenInfo: ScreenInfo) -> Unit)
The composable representing the Administrative Unit Screen. It displays a Google Map component with all images pinned to their locations, along with a grid of all images ordered by date below the map.
Parameters
viewModel
the corresponding AdministrativeUnitViewModel providing access to data for populating the screen and methods to interact with it.
onSetToolbarInfo
a function to set information for the parent composable's toolbar, such as title and components.