View Source Mobilizon.Service.Geospatial.MapQuest (Mobilizon v3.0.3)

MapQuest backend.

options

Options

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

Link to this section Summary

Link to this section Functions

Link to this function

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

View Source

MapQuest implementation for Mobilizon.Service.Geospatial.Provider.geocode/3.

Link to this function

search(q, options \\ [])

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

MapQuest implementation for Mobilizon.Service.Geospatial.Provider.search/2.