Package-level declarations

A maps component based on Leaflet library.

Types

Link copied to clipboard

Some default TileLayers from publicly available tile providers.

Link copied to clipboard

Leaflet constructors.

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

Maps component.

Functions

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

DSL builder extension function.