开发者

Google Latitude API with objective c

Is it possible to get your location data via google latitude within your objective-c application? If so, can someone post code, 开发者_JAVA技巧examples, etc?

Thanks, Elijah


You cannot use the latitude api with objective-c

my loophole is to download NimbleKit, an extension of xcode 4. Nimble kit allows you to program in html, javascript, css and it will translate the code to work on ios.

If you set up a server with latitude working on it, and connect your ios app to the server with JSON or Ajax, which both work with nimblekit, not the standard xcode, you can use the latitude api with ios devices.


Complete ObjC library with examples:

http://code.google.com/intl/de-DE/apis/latitude/libraries.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜