MapPanes
interface MapPanes {
floatPane?: HTMLElement;
floatShadow?: HTMLElement;
labelPane?: HTMLElement;
markerMouseTarget?: HTMLElement;
markerPane?: HTMLElement;
}
floatPane?: HTMLElement;
floatShadow?: HTMLElement;
labelPane?: HTMLElement;
markerMouseTarget?: HTMLElement;
markerPane?: HTMLElement;
}
此类表示地图上所有覆盖物的容器集合,没有构造函数,通过对象字面量形式表示。通过Map的getPanes方法可获得该对象实例。