Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h47 #define GEO_STEP_MAX 26 /* 26*2 = 52 bits. */ macro
H A Dgeo.c86 GeoHashBits hash = { .bits = (uint64_t)bits, .step = GEO_STEP_MAX }; in decodeGeohash()
437 geohashEncodeWGS84(xy[0], xy[1], GEO_STEP_MAX, &hash); in geoaddCommand()