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

    Interface SpatialCrossesExpressionInternal

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

    { geometry : { $crosses: testGeometry }}
    
    interface SpatialCrossesExpression {
        $crosses: Geometry;
    }
    Index

    Properties

    Properties

    $crosses: Geometry

    Test geometry