RegionsFromCartographicBoundaryScreen

fun RegionsFromCartographicBoundaryScreen(viewModel: RegionsFromCartographicBoundaryViewModel = hiltViewModel(), onSetToolbarInfo: (screenInfo: ScreenInfo) -> Unit)

The component representing the Regions From Cartographic Boundary Screen. It displays all regions that belongs to a single Cartographic Boundary. It allows check or uncheck regions. When Unchecked, the Cartographic Boundary while being drawn didn't consider this region, so the region is not drawn.

Parameters

viewModel

the corresponding viewModel that provides access to data and methods for manipulating the screen.

onSetToolbarInfo

a function to set information for the parent composable's toolbar.