interface DocumentFilterGeoJsonWithin {
    geojsonWithin: {
        geometry: DocumentGeoJsonGeometry;
        property: DocumentFilterProperty;
    };
}

Properties

Properties

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

Matches items with geolocations that are within the provided geometry