Current section

Files

Jump to
geocoder lib geocoder structs coords.ex
Raw

lib/geocoder/structs/coords.ex

defmodule Geocoder.Coords do
defstruct lat: nil,
lon: nil,
bounds: %Geocoder.Bounds{},
location: %Geocoder.Location{}
end