Implementation (under development) of the geohash concept.
Currently, it implements the Encode()
function that let's you encode a lat/lon pair into a geohash of length 12.
func Encode(lat, lon float64) string
Implementation (under development) of the geohash concept.
Currently, it implements the Encode()
function that let's you encode a lat/lon pair into a geohash of length 12.
func Encode(lat, lon float64) string