OpenStreetMap v0.9.5 OpenStreetMap View Source
Elixir client for Nominatim OpenStreetMap API
Link to this section Summary
Functions
Reverse geocoding generates an address from a latitude and longitude
Search objects by query
Link to this section Functions
Reverse geocoding generates an address from a latitude and longitude
Example
iex> OpenStreetMap.reverse([format: "json", lat: "52.594417", lon: "39.493115", accept_language: "en"])
{:ok, %{"address" => %{},...}}