View Source Mobilizon.Service.Geospatial.MapQuest (Mobilizon v5.0.0-beta.1)

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 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.