Searched refs:GEO_STEP_MAX (Results 1 – 2 of 2) sorted by relevance
47 #define GEO_STEP_MAX 26 /* 26*2 = 52 bits. */ macro
86 GeoHashBits hash = { .bits = (uint64_t)bits, .step = GEO_STEP_MAX }; in decodeGeohash()437 geohashEncodeWGS84(xy[0], xy[1], GEO_STEP_MAX, &hash); in geoaddCommand()