MapPanes

Properties

Link copied to clipboard
abstract var mapPane: HTMLElement

Pane that contains all other map panes

Link copied to clipboard
abstract var markerPane: HTMLElement

Pane for Icons of Markers

Link copied to clipboard
abstract var overlayPane: HTMLElement

Pane for vectors (Paths, like Polylines and Polygons), ImageOverlays and VideoOverlays

Link copied to clipboard
abstract var popupPane: HTMLElement

Pane for Popups.

Link copied to clipboard
abstract var shadowPane: HTMLElement

Pane for overlay shadows (e.g. Marker shadows)

Link copied to clipboard
abstract var tilePane: HTMLElement

Pane for GridLayers and TileLayers

Link copied to clipboard
abstract var tooltipPane: HTMLElement

Pane for Tooltips.

Functions

Link copied to clipboard
inline operator fun HTMLElementsObject.get(name: String): HTMLElement?
Link copied to clipboard
inline operator fun HTMLElementsObject.set(name: String, value: HTMLElement)