# `ExNominatim.Report`
[🔗](https://github.com/waseigo/ex_nominatim/blob/main/lib/report.ex#L4)

Functions for reporting processed responses from the Nominatim API.

# `atomize`
*since 1.1.0* 

Given a map, a list of maps, or a struct, convert all keys from binaries to atoms. binary keys including dashes will have all their dashes replaced with underscores.

# `process`
*since 1.1.0* 

Convert the output of any of the endpoint functions to a more usable map.

# `to_atom`
*since 1.1.0* 

Safely convert a binary string to an atom, replacing dashes with underscores. Passes through existing atoms unchanged.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
