For an application that needs to store Geographical location of a person in the form of Geohash, how much hash length (in characters) would be enough?
The code located here (referred in Wikipedia article on Geohash) says:
#define MAX_HASH_LENGTH 22
But they haven't mentioned any reason for that.