Geohash.decode_to_bits

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

Decodes given geohash to a bitstring.

Examples

iex> Geohash.decode_to_bits("ezs42")
<<0b0110111111110000010000010::25>>