How do I make a image, make it georeferenced and make it such that using the GPS, a blue dot appears where I am standing (assuming the image is there) in my iOS application. How do I approach this to georeference my image and accomplish this?
Share
The steps I would take are as follows :
MKMapViewin yourUIViewControllerand set[viewController.mapView showsUserLocation:YES]mapViewGood luck!