views:

214

answers:

2

Hi All,

Any one has integrated Google's Maps Data api available [here][1] (http://code.google.com/p/gdata-objectivec-client/)

[1]: http://code.google.com/p/gdata-objectivec-client/ with iphone application, if so can you please share the skeleton code to get an head start in my application.

I wann to search some nearby places (for user information eg park, theater etc) with respect to current location using google maps data api.

Thanks in advance.

A: 

follow these steps to build the library... Rest of it is very easy... then read this

mihirpmehta
cool thanks, have got an skeleton sample code ?
Ameya
yes... but i rather prefer that you build it by your self... it will take little more time but you'll learn lots of things...if you face problem in it... post it here... we'll try to resolve...
mihirpmehta
cool thanks, just a bit bottle necked, np will give it a try
Ameya
A: 

The Maps Data API doesn't do what you seem to want to do - search for nearby points of interest, rather its a way to save and query your geo data.

You'll probably want to take a look at the Local Search features of the Google AJAX Search API. This section talks about how to use it as a web service, which you can access from your iPhone app.

Ossama
cool thanks. But r u sure we cannot do this with map data api ?
Ameya
Have u tried this out with your iphone application ? to perform search ?
Ameya
The search ur pointing out to is a general search how to perform map based search, as I require lat/long to plot the markers. i have edited my question will expect more answers.
Ameya
Again, the Maps Data API is not what you need. It will not return local business and POI results. The AJAX Search API has a Local Search feature, which is what you'd want to use. Look under the section for non Javascript environments.
Ossama
Got this for non javascript environment (http://code.google.com/apis/maps/documentation/staticmaps/) am I on the right path, but I am not interested in the map but lat/long set returned as search result. Can u guide me a bit more.
Ameya