Skip to content

MapPane

The VMapPane component is used to create a new pane. Panes are DOM elements used to control the ordering of layers on the map.

Basic usage

API

Attributes

NameDescriptionTypeDefault
* nameName of the panel, used to add markers, etc. Requiredstring
zIndexDefine the order of the panels on the map.number
classThe CSS class value. You can pass the object, array and string value.any

Events

No events.

Slots

NameDescription
defaultThe default slot can be used to extend behavior.

Exposes

NameDescriptionType
paneElementReturns a map pane.Ref<HTMLElement | null>

Released under the MIT License.