interface DefaultMapPanes {
    mapPane: HTMLElement;
    markerPane: HTMLElement;
    overlayPane: HTMLElement;
    popupPane: HTMLElement;
    shadowPane: HTMLElement;
    tilePane: HTMLElement;
    tooltipPane: HTMLElement;
}

Properties

mapPane: HTMLElement
markerPane: HTMLElement
overlayPane: HTMLElement
popupPane: HTMLElement
shadowPane: HTMLElement
tilePane: HTMLElement
tooltipPane: HTMLElement

Generated using TypeDoc