Searched refs:GeoHashRadius (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash_helper.h | 48 } GeoHashRadius; typedef 54 GeoHashRadius geohashGetAreasByRadius(double longitude, 56 GeoHashRadius geohashGetAreasByRadiusWGS84(double longitude, double latitude, 58 GeoHashRadius geohashGetAreasByRadiusMercator(double longitude, double latitude,
|
| H A D | geohash_helper.c | 116 GeoHashRadius geohashGetAreasByRadius(double longitude, double latitude, double radius_meters) { in geohashGetAreasByRadius() 118 GeoHashRadius radius; in geohashGetAreasByRadius() 199 GeoHashRadius geohashGetAreasByRadiusWGS84(double longitude, double latitude, in geohashGetAreasByRadiusWGS84()
|
| H A D | geo.c | 326 int membersOfAllNeighbors(robj *zobj, GeoHashRadius n, double lon, double lat, double radius, geoAr… in membersOfAllNeighbors() 560 GeoHashRadius georadius = in georadiusGeneric()
|