Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h109 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy);
H A Dgeohash.c206 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy) { in geohashDecodeAreaToLongLat() function
217 return geohashDecodeAreaToLongLat(&area, xy); in geohashDecodeToLongLatType()