Functions to calculate the distance between two geohashes.
Methods summary:
inKm: distance between two geohashes in kilometers.
GeohashDistance.inKm(hash1, hash2): return distance in kilometers between the given hashes
var GeohashDistance = require('geohash-distance');