mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 15:31:33 +00:00
Geo: GEODIST and tests.
This commit is contained in:
2
deps/geohash-int/geohash_helper.h
vendored
2
deps/geohash-int/geohash_helper.h
vendored
@ -58,6 +58,8 @@ GeoHashRadius geohashGetAreasByRadiusWGS84(double longitude, double latitude,
|
||||
GeoHashRadius geohashGetAreasByRadiusMercator(double longitude, double latitude,
|
||||
double radius_meters);
|
||||
GeoHashFix52Bits geohashAlign52Bits(const GeoHashBits hash);
|
||||
double geohashGetDistance(double lon1d, double lat1d,
|
||||
double lon2d, double lat2d);
|
||||
int geohashGetDistanceIfInRadius(double x1, double y1,
|
||||
double x2, double y2, double radius,
|
||||
double *distance);
|
||||
|
Reference in New Issue
Block a user