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

    Interface SpatialIntersectsExpressionInternal

    '$intersects' spatial operator expression. Operator matches if attribute geometry intersects the given geometry.

    { geometry : { $intersects: testGeometry }}
    
    interface SpatialIntersectsExpression {
        $intersects: Geometry;
    }
    Index

    Properties

    Properties

    $intersects: Geometry

    Test geometry