observation-js Documentation - v1.16.0
    Preparing search index...

    Interface GeoJSONMultiPolygon

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

    Properties

    Properties

    type: "MultiPolygon"
    coordinates: [number, number][][][]