Maps

open class Maps(optionsConfigure: dynamic.() -> Unit? = null, className: String? = null, init: Maps.() -> Unit? = null)

Maps component.

Constructors

Link copied to clipboard
constructor(optionsConfigure: dynamic.() -> Unit? = null, className: String? = null, init: Maps.() -> Unit? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun afterDestroy()
Link copied to clipboard
open fun afterInsert(node: <Error class: unknown class>)

Create a native map instance.

Link copied to clipboard
fun configureLeafletMap(configure: LeafletMap.() -> Unit)

Apply some configuration to Leaflet Map.

Link copied to clipboard
fun <T> leafletMap(action: LeafletMap.() -> T): T

Perform an action with the LeafletMap instance.