Yugandhar Babu
Yugandhar Babu

Reputation: 10349

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

Upvotes: 0

Views: 1932

Answers (1)

skynet
skynet

Reputation: 9908

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

Upvotes: 1

Related Questions