Overpex v0.3.1 Overpex
Provides a function to query and parse response from Overpass API
Summary
Functions
Query Overpass API and parse response
Functions
Query Overpass API and parse response
Return values
If the query is successfull, the function returns {:ok, response}
, where response
is an Overpex.Response
struct. If an error occurs, the function returns {:error, error}
, where error
is a String describing the error.