import { Map as _ol_Map_ } from 'ol'; import { Style } from 'ol/style'; import CanvasBase from './CanvasBase'; export interface Options { style: Style | Style[]; composite: string; //In globalCompositeOperation in TS is also string } /** contrTarget draw a target at the center of the map. * @constructor * @extends {contrCanvasBase} * @param {Object} options * @param {Style|Array