Searched refs:geohashGetDistance (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash_helper.c | 153 if (geohashGetDistance(longitude,latitude,longitude,north.latitude.max) in geohashGetAreasByRadius() 155 if (geohashGetDistance(longitude,latitude,longitude,south.latitude.min) in geohashGetAreasByRadius() 157 if (geohashGetDistance(longitude,latitude,east.longitude.max,latitude) in geohashGetAreasByRadius() 159 if (geohashGetDistance(longitude,latitude,west.longitude.min,latitude) in geohashGetAreasByRadius() 211 double geohashGetDistance(double lon1d, double lat1d, double lon2d, double lat2d) { in geohashGetDistance() function 226 *distance = geohashGetDistance(x1, y1, x2, y2); in geohashGetDistanceIfInRadius()
|
| H A D | geohash_helper.h | 61 double geohashGetDistance(double lon1d, double lat1d,
|
| H A D | geo.c | 817 geohashGetDistance(xyxy[0],xyxy[1],xyxy[2],xyxy[3]) / to_meter); in geodistCommand()
|