Package-level declarations
Functions
Link copied to clipboard
fun RegionMapCheckableView(modifier: Modifier, region: RegionViewData, onRegionCheckedChangeAt: (region: RegionViewData) -> Unit? = null)
The component that displays a map, with the region plotted along with a checkbox on the upper right.
Link copied to clipboard
fun RegionsMapCheckableGrid(regions: List<RegionViewData>, onRegionCheckedChangeAt: (index: Int) -> Unit)
The component that displays a personalized grid of RegionMapCheckableView
s. It positions the main region on top and the others below, with sizes based on the number of regions displayed.