Macro aerospike::as_within_radius [] [src]

macro_rules! as_within_radius {
    ($bin_name:expr, $lat:expr, $lng:expr, $radius:expr) => { ... };
    ($bin_name:expr, $lat:expr, $lng:expr, $radius:expr, $cit:expr) => { ... };
}

Create geospatial "points within radius" filter for queries. For queries on a collection index the collection index type must be specified.