maps

@Composable
fun IComponent.maps(options: MapsOptions? = null, className: String? = null, id: String? = null, content: @Composable IMaps.() -> Unit = {})(source)

Create Maps component.

Parameters

options

the Leaflet Map options

className

the CSS class name

id

the ID attribute of the component

content

the content of the component