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

    Interface SpatialTouchesExpressionInternal

    '$touches' spatial operator expression. Operator matches if attribute geometry touches the other geometry (share a common boundary).

    { geometry : { $touches: testGeometry }}
    
    interface SpatialTouchesExpression {
        $touches: Geometry;
    }
    Index

    Properties

    Properties

    $touches: Geometry

    Test geometry