I am fairly new to objective-c and Iphone developing. I was wondering, if anyone can direct me to a good tutorial on how to make a simple app that would search for a venue like Burger King and display the venues close to my location. This will be a non commercial app, mainly for me to understand how things work and get my feet wet on this category. I have done some simple mapkit app that will put a pin on a map but that's basically it. Thank you for your help on this matter.
This is a more or less an example app that I want to understand how to code. http://itunes.apple.com/qa/app/fastfood-de/id436336483?mt=8
Thanks
SOLUTION: for those that are on the same boat, took me a while to find something. But i came across this tutorial that in a nutshell shows you exactly what i was looking for. its s forward geocoder.
http://www.totagogo.com/2011/02/08/google-local-search-ios-code/ hope this help someone else like it helped me.