How can i get a list of addresses (street, av., etc) from Google? I have seen some apps that you just start typing (waze for example) and it shows a list of adresses (probably from Google) that you can use to fill your search. There is some API from Google that we can do that?
Asked
Active
Viewed 269 times
2 Answers
3
I think you should try Google Places Api, check this out.
https://developers.google.com/places/android-api/autocomplete
There are heaps of info about how to use this Api, which is really simple.
How do I get a Google Places API key for my Android App
Bye

Community
- 1
- 1

Ezequiel Ramiro
- 760
- 1
- 12
- 29
-
Thats what i need. Thanks. – WitaloBenicio Mar 29 '16 at 01:00