Geohash.encode

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

encode(lat, lon, precision \\ 11)

View Source

Encodes given coordinates to a geohash of length precision.

Examples

iex> Geohash.encode(42.6, -5.6, 5)
"ezs42"