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

    Interface Geometry

    A GeoJSON geometry (typically a Point with [lon, lat]).

    interface Geometry {
        coordinates: JsonValue;
        type: string;
    }
    Index
    coordinates: JsonValue
    type: string