@totvs-agro/core-mobile
Version:
Core Mobile Totvs Agro (Front-End) para utilização dos estilos do T-Faces
11 lines (10 loc) • 402 B
TypeScript
import { Polygon, ILatLng } from "@ionic-native/google-maps";
import { MapProvider } from "./map";
export declare class PolygonEvents {
private _polygon;
private _map;
private _polygonUtil;
constructor(_polygon: Polygon, _map: MapProvider);
onPolygonClick(eventPolygon: (points: ILatLng[], polygon: Polygon) => void, contents?: string): this;
getPolygon(): Polygon;
}