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
2010-04-27 05:33:21
I need to use in iphone app. The given sample is mac app. It is creating problem in iphone app.
suchita
2010-04-27 06:13:45
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
2010-05-15 07:52:40