@maschinenlesbar.org/autobahn-cli
    Preparing search index...

    Interface GeoJsonPoint

    A GeoJSON Point: coordinates is [longitude, latitude].

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