Package-level declarations

Types

Link copied to clipboard

Represents an IconImage for PointAnnotationState, it can either be a String image id or a Bitmap to be added to the map.

Functions

Link copied to clipboard

Create and remember a Bitmap with resourceId.

Create and remember a Bitmap with Painter.

Link copied to clipboard
fun ViewAnnotation(    options: ViewAnnotationOptions,     modifier: Modifier = Modifier,     onUpdatedListener: OnViewAnnotationUpdatedListener? = null,     content: @Composable () -> Unit)

Composable function to add a ViewAnnotation to the Map.