MCPcopy Create free account
hub / github.com/F-Stack/f-stack / geohashEncodeWGS84

Function geohashEncodeWGS84

app/redis-6.2.6/src/geohash.c:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159int geohashEncodeWGS84(double longitude, double latitude, uint8_t step,
160 GeoHashBits *hash) {
161 return geohashEncodeType(longitude, latitude, step, hash);
162}
163
164int geohashDecode(const GeoHashRange long_range, const GeoHashRange lat_range,
165 const GeoHashBits hash, GeoHashArea *area) {

Callers 1

geoaddCommandFunction · 0.85

Calls 1

geohashEncodeTypeFunction · 0.85

Tested by

no test coverage detected