mapsRef

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

Create Maps component, returning a reference.

Return

the 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