Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h111 int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy);
H A Dgeohash.c220 int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy) { in geohashDecodeToLongLatWGS84() function
H A Dgeo.c87 return geohashDecodeToLongLatWGS84(hash, xy); in decodeGeohash()