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

    Interface SpatialOverlapsExpressionInternal

    '$overlaps' spatial operator expression. Operator matches if attribute geometry overlaps the other geometry.

    { geometry : { $overlaps: testGeometry }}
    
    interface SpatialOverlapsExpression {
        $overlaps: Geometry;
    }
    Index

    Properties

    Properties

    $overlaps: Geometry

    Test geometry