Geospatial.Providers.Photon (geospatial v0.2.0)

Photon backend.

Link to this section Summary

Link to this section Functions

Link to this function

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

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

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

Note: It seems results are quite wrong.

Link to this function

search(q, options \\ [])

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

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