Function InitViewer

  • Destroys all the junk that cesium viewer ships with.

    Parameters

    • params: {
          destroyWidgets?: boolean;
          nextspaceWidgets?: boolean;
          styleContainer?: boolean;
          viewer: Viewer;
      }
      • Optional destroyWidgets?: boolean
      • Optional nextspaceWidgets?: boolean
      • Optional styleContainer?: boolean
      • viewer: Viewer

    Returns {
        widgets: IDictionary<Widget.AWidget>;
    }

    • widgets: IDictionary<Widget.AWidget>

Generated using TypeDoc