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.

12 lines (11 loc) 488 B
export { default as Animation } from "./Animation"; export { default as AnimationType } from "./AnimationType"; /** * types */ export { default as AroundView } from "./type/AroundView"; export { default as AroundPoint } from "./type/AroundPoint"; export { default as CircleScan } from "./type/CircleScan"; export { default as Flying } from "./type/Flying"; export { default as GlobeRotate } from "./type/GlobeRotate"; export { default as RadarScan } from "./type/RadarScan";