0

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?

WitaloBenicio
  • 3,395
  • 5
  • 25
  • 32

2 Answers2

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
0

Take a look at Google Places API (especially at PlacePicker).

localhost
  • 5,568
  • 1
  • 33
  • 53