inaturalistjs
    Preparing search index...

    Type Alias PolygonGeoJson

    type PolygonGeoJson = {
        coordinates?: number[][][];
        type?: string;
    }
    Index

    Properties

    Properties

    coordinates?: number[][][]
    type?: string