export interface IPolygonOptions { strokeColor: string; strokeOpacity: number; strokeWeight: number; fillColor: string; fillOpacity: number; }