Geospatial.Providers.MapQuest (geospatial v0.3.0)
MapQuest backend.
Options
In addition to the the shared options, MapQuest methods support the following options:
:open_data
Whether to use Open Data or Licenced Data. Defaults totrue
Summary
Functions
MapQuest implementation for Geospatial.Providers.Provider.geocode/3
.
MapQuest implementation for Geospatial.Providers.Provider.search/2
.
Functions
Link to this function
geocode(lon, lat, options \\ [])
MapQuest implementation for Geospatial.Providers.Provider.geocode/3
.
Link to this function
search(q, options \\ [])
@spec search( String.t(), keyword() ) :: [Geospatial.Address.t()]
MapQuest implementation for Geospatial.Providers.Provider.search/2
.