Regions And Images Screen
fun RegionsAndImagesScreen(viewModel: RegionsAndImagesViewModel = hiltViewModel(), onNavigateToRegionsFromCartographicBoundary: () -> Unit, onSetToolbarInfo: (screenInfo: ScreenInfo) -> Unit)
The component representing the Regions and Images Screen. It displays a map with plotted images and regions, and allows zooming functionality.
Parameters
view Model
the corresponding viewModel that provides access to data and methods for manipulating the screen.
on Navigate To Regions From Cartographic Boundary
the event fired to navigate to the Regions From Cartographic Boundary screen.
on Set Toolbar Info
a function to set information for the parent composable's toolbar.