tags:

views:

34

answers:

1

I am I want to develop a Campus Map application on iPhone. I am searching for a way to figure out how to sync Current Location from Maps with my campus map. Or is there any other approach for building this app ? Suggest some good websites/ blogs/ groups working on something similar so that I can get information.

+1  A: 

CLLocationManager will let you put a pin on your map, check heading, etc.

http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/ http://developer.apple.com/iphone/library/documentation/CoreLocation/Reference/CLLocationManager_Class/CLLocationManager/CLLocationManager.html

dc
Thanks a lot. Pretty neat tutorial. But I am not able to download the zip file from github.
itska