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

    Interface GeoJSONPoint

    interface GeoJSONPoint {
        type: "Point";
        coordinates: [number, number];
    }
    Index

    Properties

    Properties

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