I'm using Xcode to build my first iPhone app. Basically, I want to track my GPS location and based on that, get data from a web service. Then I want to display that data. Actually, I want to have a robot speak the data, but one issue at a time.
I found this thread:
https://stackoverflow.com/a/1791658/400732
which points to a great example from Apple, that shows how to track the location. So, how do I now call out to the web service? The less Objective-C, the better, because I'm really a Python, Javascript programmer.