Package-level declarations
Functions
Link copied to clipboard
The component responsible for maintaining and drawing all images that are currently visible on the map.
Link copied to clipboard
fun Map(modifier: Modifier, visibleImages: List<ImageViewData>, visibleRegions: List<RegionViewData>, boundingBox: BoundingBoxViewData?, zoomCameraToFitImages: Boolean, onMoveFinished: () -> Unit, regionPressedAt: (index: Int) -> Unit, onVisibleMapAreaChangeTo: (LatLngBounds) -> Unit)
The Map component displays the map along with its images and regions. It also handles zooming to fit all images, detects region presses, and fires events for camera movement and visible map area changes.
Link copied to clipboard
fun TopAppBarActionButton(iconResId: Int, description: String, enabled: Boolean = true, onPressed: () -> Unit)
Component responsible to display a button as icon.