A GeoJSON multipolygon.

interface GeoJSONMultiPolygon {
    coordinates: number[][][][];
    type: "MultiPolygon";
}

Properties

Properties

coordinates: number[][][][]

The polygon coordinates.

type

The type of GeoJSON geometry.