Placemark

fun Placemark(state: PlacemarkState, icon: ImageProvider, iconStyle: IconStyle = IconStyle(), onTap: (Point) -> Boolean? = null, visible: Boolean = true, draggable: Boolean = false, zIndex: Float = 0.0f, opacity: Float = 1.0f, userData: Any? = null)


fun Placemark(state: PlacemarkState, iconStyle: IconStyle = IconStyle(), visible: Boolean = true, draggable: Boolean = false, zIndex: Float = 0.0f, opacity: Float = 1.0f, userData: Any? = null, onTap: (Point) -> Boolean? = null, content: @Composable () -> Unit)

Placemark with icon rendered from composable content.

Placemark is not added to the map until content is rendered for the first time.

See also