Home
last modified time | relevance | path

Searched refs:geohashEncodeType (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h101 int geohashEncodeType(double longitude, double latitude,
H A Dgeohash.c153 int geohashEncodeType(double longitude, double latitude, uint8_t step, GeoHashBits *hash) { in geohashEncodeType() function
161 return geohashEncodeType(longitude, latitude, step, hash); in geohashEncodeWGS84()