Good afternoon people,
I have a not very technical question, but a way to get information.
Here in the company we have a form for our users to inform customer service addresses. This form has the automatic and manual option.
A automatically has only one field, where it types the address, clicks a button, the system searches the address in google and returns, if it finds. (EX: Paulista Avenue, 1800, Jardins, São Paulo)
If you do not find it, the user can manually inform us where we have: 4 Dropdown, 4 TextBox (Address, number, complement, Cep).
The question is: we are in a reformulation of the search, we will do the automatic part via google's JavaScript API, in a more intuitive and fast, but we still need a manual report if google does not find the address. What other ways would I have to get an address completely, without being 8 components? It ends up getting very slow, going to the bank to get the city, neighborhood, region. We wanted something more practical, and we can not think of anything.
Thank you.