Interface DocumentFilterGeoJsonIntersects

interface DocumentFilterGeoJsonIntersects {
    geojsonIntersects: {
        geometry: DocumentGeoJsonGeometry;
        property: DocumentFilterProperty;
    };
}

Properties

geojsonIntersects: {
    geometry: DocumentGeoJsonGeometry;
    property: DocumentFilterProperty;
}

Matches items with geolocations that intersect the provided geometry