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

    Interface GeoJSONPolygon

    interface GeoJSONPolygon {
        type: "Polygon";
        coordinates: [number, number][][];
    }
    Index

    Properties

    Properties

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