We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iex> GetGeocode.get "Avenida Coronel Cyrilo Neves" {:ok, %GetGeocode.Geocode{ city: "Santo Agostinho", coords: %GetGeocode.Coords{lat: "-3.0950075", lng: "-60.0611615"}, full_details: "Avenida Coronel Cyrilo Neves, Comunidade Vila Marinho, Santo Agostinho, Manaus, Região Geográfica Imediata de Manaus, Região Geográfica Intermediária de Manaus, Amazonas, Região Norte, 69000-000, Brasil", neighborhood: "Comunidade Vila Marinho", postalcode: "Região Norte", state: "Região Geográfica Intermediária de Manaus", street: "Avenida Coronel Cyrilo Neves" }}
iex> GetGeocode.get "Avenida Coronel Cyrilo Neves" {:ok, %GetGeocode.Geocode{ city: "Manaus", coords: %GetGeocode.Coords{lat: "-3.0950075", lng: "-60.0611615"}, full_details: "Avenida Coronel Cyrilo Neves, Comunidade Vila Marinho, Santo Agostinho, Manaus, Região Geográfica Imediata de Manaus, Região Geográfica Intermediária de Manaus, Amazonas, Região Norte, 69000-000, Brasil", neighborhood: "Santo Agostinho", postalcode: "69000-000", state: "AM", street: "Avenida Coronel Cyrilo Neves" }}
Bug in:
get_geocode/lib/get_geocode.ex
Line 142 in 3feb759
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current
Expected
Details
Bug in result data. City, neighborhood, state are not correct.
Bug in:
get_geocode/lib/get_geocode.ex
Line 142 in 3feb759
The text was updated successfully, but these errors were encountered: