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

    Interface SpatialEnvelopeIntersectsExpressionInternal

    '$envelope-intersects' spatial operator expression. Operator matches if envelope of attribute geometry intersects envelope of other geometry.

    { geometry : { $envelope-intersects: testGeometry }}
    
    interface SpatialEnvelopeIntersectsExpression {
        "$envelope-intersects": Geometry;
    }
    Index

    Properties

    "$envelope-intersects": Geometry

    Test geometry