Reputation: 10349
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
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