Searched refs:GeoHashArea (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash.h | 80 } GeoHashArea; typedef 106 const GeoHashBits hash, GeoHashArea *area); 107 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area); 108 int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area); 109 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy);
|
| H A D | geohash.c | 165 const GeoHashBits hash, GeoHashArea *area) { in geohashDecode() 196 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area) { in geohashDecodeType() 202 int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area) { in geohashDecodeWGS84() 206 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy) { in geohashDecodeAreaToLongLat() 214 GeoHashArea area = {{0}}; in geohashDecodeToLongLatType()
|
| H A D | geohash_helper.c | 121 GeoHashArea area; in geohashGetAreasByRadius() 146 GeoHashArea north, south, east, west; in geohashGetAreasByRadius()
|
| H A D | geohash_helper.h | 46 GeoHashArea area;
|
| H A D | geo.c | 353 GeoHashArea myarea = {{0}}; in membersOfAllNeighbors()
|