map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface SpatialQueryModifier

    A way to modify the spatial operator used by this source.

    interface SpatialQueryModifier {
        operator:
            | "$intersects"
            | "$contains"
            | "$crosses"
            | "$envelope-intersects"
            | "$overlaps"
            | "$touches"
            | "$within";
    }
    Index

    Properties

    Properties

    operator:
        | "$intersects"
        | "$contains"
        | "$crosses"
        | "$envelope-intersects"
        | "$overlaps"
        | "$touches"
        | "$within"

    modifies the operator used by the spatial search.