UNPKG

bcgis-type

Version:

The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.

11 lines (10 loc) 238 B
import Event from "../Event"; declare class LayerGroupEvent extends Event { constructor(); /** * 注册图层树事件 * @private */ protected _registerEvent(): void; } export default LayerGroupEvent;