Search code examples
androidgoogle-mapsgoogle-search-api

How to get google map search results in android application?


We will get driving directions from google maps by framing an URL and getting KML file. This is a service provided by google. Like this many available, but i don't know all those :-)

Now i want google map search results like above. What is the URL and output file format to get the search results.

If anybody know these things please reply me.

Thanks


Solution

  • I believe you are interested in the Google Places API

    http://code.google.com/apis/maps/documentation/places/

    You make requests and then parse the resulting XML/JSON