Interface MultiPolygonGeometryJson

interface MultiPolygonGeometryJson {
    coordinates: CoordinatesJson[][][];
    id: string;
    type: "MultiPolygon";
}

Hierarchy (view full)

Properties

Properties

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