Administrative Unit View
fun AdministrativeUnitView(modifier: Modifier = Modifier, administrativeUnit: AdministrativeUnitViewData, mapUISettings: MapUiSettings = MapUiSettingsStatic(), areZoomControlsEnabled: Boolean = false, areImagesShowing: Boolean = true, areImagesSizeShowing: Boolean = true, areSubDivisionsShowing: Boolean = true, onPress: () -> Unit? = null)
The Component that visually shows the Administrative Unit.
Parameters
modifier
the modifier used for the internal Box.
administrative Unit
the administrative unit used.
map UISettings
the data for the Google Maps component used.
are Zoom Controls Enabled
whether the zoom controls is showed in the component.
are Images Showing
whether the images are shown within the map.
are Images Size Showing
whether the image size info are shown within the map.
are Sub Divisions Showing
whether the cartographic boundary's subdivisions are shown within the map.
on Press
fired when the Administrative Unit is pressed.