Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h110 int geohashDecodeToLongLatType(const GeoHashBits hash, double *xy);
H A Dgeohash.c213 int geohashDecodeToLongLatType(const GeoHashBits hash, double *xy) { in geohashDecodeToLongLatType() function
221 return geohashDecodeToLongLatType(hash, xy); in geohashDecodeToLongLatWGS84()