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.
18 lines (17 loc) • 362 B
TypeScript
/**
* @Author: Caven
* @Date: 2021-07-11 09:56:33
*/
declare const MeasureType: {
ANGLE: string;
COORD: string;
AREA: string;
AREA_HEIGHT: string;
AREA_SURFACE: string;
DISTANCE: string;
DISTANCE_SURFACE: string;
HEADING: string;
HEIGHT: string;
TRIANGLE_HEIGHT: string;
};
export default MeasureType;