Search code examples
androidgoogle-mapsnavigationgpssearch-engine

Finding map loaction using text, like google map search


Developing root navigation Application in android

in this app a text is provided like "abc hotel india", so i want to find the exact location of the hotel with GPS co-ordinates and navigate from current location to the selected location

I have done with map view , current GPS position, What i need is that a search engine which will show to select particular location from list, The list must populated with matching names from actual google map points .

So i need a code which will fetch a location list from google map with matching search word, with location co-ordinates


Solution

  • Try this from the following site

    AutoComplete Location Search

    This site will help you so much.

    Thanks!!!