View Source Geocoder.Store (geocoder v2.2.1)

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

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

geocode(pid, params)

init(args)

Callback implementation for GenServer.init/1.

link(pid, from, to)

reverse_geocode(pid, params)

start_link(opts \\ [])

state(pid)

update(pid, location)