macro_rules! as_within_region {
    ($bin_name:expr, $region:expr) => { ... };
    ($bin_name:expr, $region:expr, $cit:expr) => { ... };
}
Expand description

Create geospatial “points within region” filter for queries. For queries on a collection index the collection index type must be specified.