import { Map as _ol_Map_ } from 'ol'; import ol_control_Control from 'ol/control/Control'; import { Coordinate } from 'ol/coordinate'; import { ControlOptions } from './control'; export interface Options extends ControlOptions { target?: HTMLElement | string; } /** * OpenLayers 3 lobe Overview Contr * The globe can rotate with map (follow.) * * @constructor * @extends {contrControl} * @param {Object=} options Control options. * @param {boolean} follow follow the map when center change, default false * @param {top|bottom-left|right} align position as top-left, etc. * @param {Array} layers list of layers to display on the globe * @param {Style | Array.