Interface GeoJsonPolygon

interface GeoJsonPolygon {
    coordinates: number[][][];
    type: "Polygon";
}

Properties

Properties

coordinates: number[][][]
type