Geohash.decode

You're seeing just the function decode, go back to Geohash module for more information.

Decodes given geohash to a coordinate pair.

Examples

iex> {_lat, _lng} = Geohash.decode("ezs42")
{42.605, -5.603}