Package-level declarations

Types

Link copied to clipboard
external object DomUtil

Utility functions to work with the DOM tree, used by Leaflet internally.

Link copied to clipboard
open external class Draggable(element: <Error class: unknown class>, dragStartTarget: <Error class: unknown class> = definedExternally, preventOutline: Boolean = definedExternally) : Evented

A class for making DOM elements draggable (including touch support). Used internally for map and marker dragging. Only works for elements that were positioned with DomUtil.setPosition.