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.
13 lines (12 loc) • 332 B
TypeScript
import Edit from "./Edit";
import GatheringPlaceGraphics from "../graphics/GatheringPlaceGraphics";
declare class EditGatheringPlace extends Edit {
_graphics: GatheringPlaceGraphics;
constructor(overlay: any);
/**
*
* @private
*/
_mountedHook(): void;
}
export default EditGatheringPlace;