Searched refs:geohashDecodeToLongLatWGS84 (Results 1 – 3 of 3) sorted by relevance
111 int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy);
220 int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy) { in geohashDecodeToLongLatWGS84() function
87 return geohashDecodeToLongLatWGS84(hash, xy); in decodeGeohash()