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
精彩评论