Home
last modified time | relevance | path

Searched defs:longitude (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c122 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 Dgeohash_helper.c103 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 Dgeo.h9 double longitude; member
H A Dgeohash.h78 GeoHashRange longitude; member