@totvs-agro/core-mobile
Version:
Core Mobile Totvs Agro (Front-End) para utilização dos estilos do T-Faces
12 lines (11 loc) • 470 B
TypeScript
import { ILatLng, Polygon } from "@ionic-native/google-maps";
export declare class PolygonUtil {
constructor();
findPolygonCenter(polygon: Polygon): ILatLng;
private findCenterTurf;
private findCenterTurfReduce;
calcPolygonAreaHa(polygon: Polygon): Number;
coordsGoogleToTurf(coordsGoogle: ILatLng[]): number[][];
coordsTurfToGoogle(coordsTurf: number[][]): ILatLng[];
getShapeImage(points: ILatLng[], size: number): string;
}