Interface PolygonGeometryJson

interface PolygonGeometryJson {
    coordinates: CoordinatesJson[][];
    id: string;
    type: "Polygon";
}

Hierarchy (view full)

Properties

Properties

coordinates: CoordinatesJson[][]
id: string
type: "Polygon"