View Source Geospatial.Providers.MapQuest (Geospatial v0.3.2)

MapQuest backend.

Options

In addition to the the shared options, MapQuest methods support the following options:

Summary

Functions

Link to this function

geocode(lon, lat, options \\ [])

View Source

MapQuest implementation for Geospatial.Providers.Provider.geocode/3.

Link to this function

search(q, options \\ [])

View Source
@spec search(
  String.t(),
  keyword()
) :: [Geospatial.Address.t()]

MapQuest implementation for Geospatial.Providers.Provider.search/2.