Documentation
    Preparing search index...

    Interface WhereGeometryOptions

    Where Geometry Options

    interface WhereGeometryOptions {
        coordinates: readonly (number | number[])[];
        type: string;
    }
    Index
    coordinates: readonly (number | number[])[]
    type: string