Searched refs:geohashEncodeType (Results 1 – 2 of 2) sorted by relevance
101 int geohashEncodeType(double longitude, double latitude,
153 int geohashEncodeType(double longitude, double latitude, uint8_t step, GeoHashBits *hash) { in geohashEncodeType() function161 return geohashEncodeType(longitude, latitude, step, hash); in geohashEncodeWGS84()