Searched refs:geohashEncodeWGS84 (Results 1 – 3 of 3) sorted by relevance
103 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step,
159 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step, in geohashEncodeWGS84() function
437 geohashEncodeWGS84(xy[0], xy[1], GEO_STEP_MAX, &hash); in geoaddCommand()