inaturalistjs
    Preparing search index...

    Type Alias PointGeoJson

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

    Properties

    Properties

    coordinates?: number[]

    an array of [long, lat]

    type?: string