Geospatial.Providers.Pelias (geospatial v0.3.0)

Pelias backend.

Doesn't provide type of POI.

Summary

Functions

Link to this function

add_parameter(url, options, key)

@spec add_parameter(String.t(), Keyword.t(), atom()) :: String.t()
Link to this function

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

@spec geocode(number(), number(), keyword()) :: [Geospatial.Address.t()]

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

Link to this function

get_by_id(id, options)

@spec get_by_id(
  String.t(),
  keyword()
) :: [Geospatial.Address.t()]

Pelias implementation for Geospatial.Providers.Provider.get_by_id/2.

Link to this function

search(q, options \\ [])

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

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