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

    Interface Point

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

    Properties

    Properties

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