Understand Geohash precision and error margins
masterGeohash precision is determined by the length of the hash. When using character precision (multiples of 5 bits), the hashes are compatible with the reference implementation at geohash.org. The library also supports encoding Geohashes down to the full 64-bit precision of a long.
| geohash length | ~km error |
|---|---|
| 1 | ±2500 |
| 2 | ±630 |
| 3 | ±78 |
| 4 | ±20 |
| 5 | ±2.4 |
| 6 | ±0.61 |
| 7 | ±0.076 |
| 8 | ±0.019 |