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

    Interface SpatialWithinExpressionInternal

    '$within' spatial operator expression. The opposite of $contains.

    Operator matches if attribute geometry contains the other geometry (Alternative spelling: other geometry is within attribute geometry).

    { geometry : { $within: testGeometry }}
    
    interface SpatialWithinExpression {
        $within: Geometry;
    }
    Index

    Properties

    Properties

    $within: Geometry

    Test geometry