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.

23 lines (22 loc) 345 B
/** * 轨迹视角模式 */ declare const TrackViewMode: { /** * 第一人称视角 */ FP: string; /** * 第三人称视角 */ TP: string; /** * 跟随视角 */ TRACKED: string; /** * 自由视角 */ FREE: string; }; export default TrackViewMode;