UNPKG

@totvs-agro/mobile-components

Version:

Componentes Mobile Totvs (Front-End) para utilização dos estilos do T-Faces e Ionic v3

11 lines (10 loc) 329 B
import { ILatLng, Polygon } from '@ionic-native/google-maps'; declare type OnClickFunction = (point: ILatLng, polygon: Polygon) => void; export interface PolygonOptions { clickable?: boolean; onclick?: OnClickFunction; contentTooltip?: string; borderColor?: string; fillColor?: string; } export {};