View Source LibLatLon.Providers.OpenStreetMap (LibLatLon v0.8.0)

OpenStreetMap provider implementation.

Summary

Functions

Implements a lookup for OpenStreetMap provider. Returns either {:ok, %LibLatLon.Info{}} or {:error, reason} tuple.

Functions

Link to this function

lookup(input, opts \\ %{"accept-language": "en"})

View Source
@spec lookup(LibLatLon.Coords.t() | String.t(), %{}) ::
  {:ok, LibLatLon.Info.t()} | {:error, any()}

Implements a lookup for OpenStreetMap provider. Returns either {:ok, %LibLatLon.Info{}} or {:error, reason} tuple.

Used internally by LibLatLon.lookup/1.