Home
last modified time | relevance | path

Searched refs:geohashEncodeWGS84 (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h103 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step,
H A Dgeohash.c159 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step, in geohashEncodeWGS84() function
H A Dgeo.c437 geohashEncodeWGS84(xy[0], xy[1], GEO_STEP_MAX, &hash); in geoaddCommand()