0

I am new to map concept in android . I would like to get locations using GPS/Geo Coding and add as a suggestion for search view ,when clicking the suggestion map will show the exact location ? friends help me how do i do this ?

user3566029
  • 73
  • 3
  • 10

1 Answers1

0

If I'm not mistaken, you are looking for autocompleteTextView hooked to Google Places API. You may find this tutorial & Google Places API documentation helpful.

Shakti
  • 1,581
  • 2
  • 20
  • 33