prorm API Reference
    Preparing search index...

    Interface IntersectsOptions

    Options for intersects/crosses/overlaps queries

    interface IntersectsOptions {
        geometry: string | { type: GeometryType; coordinates: number[] };
        srid?: number;
    }
    Index
    geometry: string | { type: GeometryType; coordinates: number[] }

    The geometry to check against

    srid?: number

    SRID for the geometry (default: 4326)