/** * A control to switch between 2D and 3D views. * @param {Object} [opt_options] Control options. * @param {import("../main").EOxMap} opt_options.eoxMap */ export class GlobeSwitcher extends Control { /** * @param {Object} [options] Control options. * @param {import("../main").EOxMap} options.eoxMap */ constructor(options?: { eoxMap: import("../main").EOxMap; }); eoxMap: import("../main").EOxMap; button: HTMLButtonElement; handleClick(): void; } import Control from "ol/control/Control"; //# sourceMappingURL=GlobeSwitcher.d.ts.map