/// import { ElementRef } from '@angular/core'; import { MobileQuery } from 'inova-front-core/helpers/clases'; export declare class DelimitationViewComponent extends MobileQuery { data: any; mapPolygons: google.maps.Polygon[]; regionObj: { name: string; color: string; region: string; id: string; }; points: any; title: any; delimitationDescriptors: any; gmap: ElementRef | null; map: google.maps.Map | null; mapOptions: google.maps.MapOptions; constructor(data: any); ngAfterViewInit(): void; mapInitializer(): void; setCurrentValue(): void; drawPolygons(polygons: any[]): void; getNumPolygons(): any[]; removeDuplicates(arr: any[]): any[]; getPositionGps(): Promise; centerDelimitation(item: any): void; }