Providing localized information has been critical to the success of many apps. Typically this is done by gathering the user’s current location by using the Core Location API built into the iPhone SDK and communicating with an online service providing the data which is then presented to the user. I found an excellent step-by-step tutorial built with Objective-C that starts right at the beginning i