View Source Geocoder.Store (geocoder v2.0.1)

Store is used as caching mechanism and is currently implemented as an in memory storage so within an Elixir process basically

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Link to this function

reverse_geocode(pid, params)

View Source