Home
last modified time | relevance | path

Searched refs:GeoHashRadius (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.h48 } GeoHashRadius; typedef
54 GeoHashRadius geohashGetAreasByRadius(double longitude,
56 GeoHashRadius geohashGetAreasByRadiusWGS84(double longitude, double latitude,
58 GeoHashRadius geohashGetAreasByRadiusMercator(double longitude, double latitude,
H A Dgeohash_helper.c116 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 Dgeo.c326 int membersOfAllNeighbors(robj *zobj, GeoHashRadius n, double lon, double lat, double radius, geoAr… in membersOfAllNeighbors()
560 GeoHashRadius georadius = in georadiusGeneric()