views:

99

answers:

1

how do i access GData api's(get map) in my application ? hey i tryed to add gdata.framework in my iphone application but it generate error and tell me in iphone how can i use this web service?

A: 

You can use gdata-objective-client.

It can be compiled as a static library. Once you set it up in your application have a look at example applications - MapSample that come with the library about how to access gdata map api.

stefanB
I need to use in iphone app. The given sample is mac app. It is creating problem in iphone app.
suchita
There are instructions on how to use the library with iphone http://code.google.com/p/gdata-objectivec-client/wiki/BuildingTheLibrary - you just follow code examples and build it into your iphone application ...
stefanB