View Source ExNominatim.Report (ExNominatim v1.1.4)

Functions for reporting processed responses from the Nominatim API.

Summary

Functions

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

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

Functions

Link to this function

atomize(s)

View Source (since 1.1.0)

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

Link to this function

process(v)

View Source (since 1.1.0)

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

Link to this function

to_atom(s)

View Source (since 1.1.0)