Administrative Unit Screen
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
view Model
the corresponding AdministrativeUnitViewModel providing access to data for populating the screen and methods to interact with it.
on Set Toolbar Info
a function to set information for the parent composable's toolbar, such as title and components.