@xingm/vmap-cesium-toolbar 0.0.1-alpha.1 → 0.0.1-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -109,6 +109,8 @@ export interface InitOptions {
109
109
  terrainShadows?: any; // Cesium.ShadowMode
110
110
  contextOptions?: any; // Cesium.ContextOptions
111
111
  scene3DOnly?: boolean;
112
+ isFlyTo?: boolean;
113
+ isFly?: boolean;
112
114
  selectionIndicator?: boolean;
113
115
  navigationHelpButton?: boolean;
114
116
  fullscreenButton?: boolean;