Interface DocumentFilterGeoJsonDisjoint

interface DocumentFilterGeoJsonDisjoint {
    geojsonDisjoint: {
        geometry: DocumentGeoJsonGeometry;
        property: DocumentFilterProperty;
    };
}

Properties

Properties

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

Matches items with geolocations that are disjoint from the provided geometry