Consume webservice of address queries of a given city

0

I'm developing a web project that needs to feed everyone with the addresses of the streets and neighborhoods of the city where I live, and after performing a certain service by the user, link it to an address. In order not to manually register all names of streets and neighborhoods, even because it is not feasible, I would like to know if anyone knows a web service for this my application.

Note: I'm developing using PlayFramework 1.4 and in Java language.

    
asked by anonymous 31.10.2017 / 20:46

2 answers

0

Use link this Google API returns the addresses you want , just send latitude and longitude.

    
05.01.2018 / 16:23
2

Whenever I work with APIs and have to use address queries, I use this api link . Now depending on what you want to do, you can do the address query at the time using the ZIP / Address or you can make a script that searches all the addresses of your city based on the zip codes and save to the database. / p>     

31.10.2017 / 21:02