Package-level declarations

Types

Link copied to clipboard
external interface DragEndEvent : LeafletEvent
Link copied to clipboard
typealias DragEndEventHandlerFn = (event: DragEndEvent) -> Unit
Link copied to clipboard
external interface ErrorEvent : LeafletEvent
Link copied to clipboard
typealias ErrorEventHandlerFn = (event: ErrorEvent) -> Unit
Link copied to clipboard
open external class Evented : Class
Link copied to clipboard
external interface GeoJSONEvent : LeafletEvent
Link copied to clipboard
external interface LayerEvent : LeafletEvent
Link copied to clipboard
typealias LayerEventHandlerFn = (event: LayerEvent) -> Unit
Link copied to clipboard
external interface LayersControlEvent : LayerEvent
Link copied to clipboard
Link copied to clipboard

baselayerchange | overlayadd | overlayremove | layeradd | layerremove | zoomlevelschange | unload | viewreset | load | zoomstart | movestart | zoom | move | zoomend | moveend | autopanstart | dragstart | drag | add | remove | loading | error | update | down | predrag | resize | popupopen | popupclose | tooltipopen | tooltipclose | locationerror | locationfound | click | dblclick | mousedown | mouseup | mouseover | mouseout | mousemove | contextmenu | preclick | keypress | keydown | keyup | zoomanim | dragend | tileunload | tileloadstart | tileload | tileerror

Link copied to clipboard

baselayerchange | overlayadd | overlayremove

Link copied to clipboard

dragend

Link copied to clipboard

locationerror

Link copied to clipboard
external interface LeafletEvent
Link copied to clipboard
typealias LeafletEventHandlerFn = (event: LeafletEvent) -> Unit
Link copied to clipboard
external interface LeafletEventHandlerFnMap
Link copied to clipboard

zoomlevelschange | unload | viewreset | load | zoomstart | movestart | zoom | move | zoomend | moveend | autopanstart | dragstart | drag | add | remove | loading | error | update | down | predrag

Link copied to clipboard
external interface LeafletKeyboardEvent : LeafletEvent
Link copied to clipboard
Link copied to clipboard

keypress | keydown | keyup

Link copied to clipboard

layeradd | layerremove

Link copied to clipboard

locationfound

Link copied to clipboard
external interface LeafletMouseEvent : LeafletEvent
Link copied to clipboard
Link copied to clipboard

click | dblclick | mousedown | mouseup | mouseover | mouseout | mousemove | contextmenu | preclick

Link copied to clipboard

popupopen | popupclose

Link copied to clipboard

resize

Link copied to clipboard

tileerror

Link copied to clipboard

tileunload | tileloadstart | tileload | tileerror

Link copied to clipboard

tooltipopen | tooltipclose

Link copied to clipboard

zoomanim

Link copied to clipboard
external interface LocationEvent : LeafletEvent
Link copied to clipboard
typealias LocationEventHandlerFn = (event: LocationEvent) -> Unit
Link copied to clipboard
external interface PopupEvent : LeafletEvent
Link copied to clipboard
typealias PopupEventHandlerFn = (event: PopupEvent) -> Unit
Link copied to clipboard
external interface ResizeEvent : LeafletEvent
Link copied to clipboard
typealias ResizeEventHandlerFn = (event: ResizeEvent) -> Unit
Link copied to clipboard
external interface TileErrorEvent : TileEvent
Link copied to clipboard
Link copied to clipboard
external interface TileEvent : LeafletEvent
Link copied to clipboard
typealias TileEventHandlerFn = (event: TileEvent) -> Unit
Link copied to clipboard
external interface TooltipEvent : LeafletEvent
Link copied to clipboard
typealias TooltipEventHandlerFn = (event: TooltipEvent) -> Unit
Link copied to clipboard
external interface ZoomAnimEvent : LeafletEvent
Link copied to clipboard
typealias ZoomAnimEventHandlerFn = (event: ZoomAnimEvent) -> Unit