Searched defs:longitude (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash.c | 122 double longitude, double latitude, uint8_t step, in geohashEncode() 153 int geohashEncodeType(double longitude, double latitude, uint8_t step, GeoHashBits *hash) { in geohashEncodeType() 159 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step, in geohashEncodeWGS84()
|
| H A D | geohash_helper.c | 103 int geohashBoundingBox(double longitude, double latitude, double radius_meters, in geohashBoundingBox() 116 GeoHashRadius geohashGetAreasByRadius(double longitude, double latitude, double radius_meters) { in geohashGetAreasByRadius() 199 GeoHashRadius geohashGetAreasByRadiusWGS84(double longitude, double latitude, in geohashGetAreasByRadiusWGS84()
|
| H A D | geo.h | 9 double longitude; member
|
| H A D | geohash.h | 78 GeoHashRange longitude; member
|