¡@

Home 

2014/10/15 ¤U¤È 10:13:49

iphone Programming Glossary: self.mymapview

Get the coordinates of a point from mkmapview on iphone

http://stackoverflow.com/questions/3080198/get-the-coordinates-of-a-point-from-mkmapview-on-iphone

self action @selector foundTap tapRecognizer.numberOfTapsRequired 1 tapRecognizer.numberOfTouchesRequired 1 self.myMapView addGestureRecognizer tapRecognizer IBAction foundTap UITapGestureRecognizer recognizer CGPoint point recognizer locationInView.. tapRecognizer IBAction foundTap UITapGestureRecognizer recognizer CGPoint point recognizer locationInView self.myMapView CLLocationCoordinate2D tapPoint self.myMapView convertPoint point toCoordinateFromView self.view MKPointAnnotation point1.. recognizer CGPoint point recognizer locationInView self.myMapView CLLocationCoordinate2D tapPoint self.myMapView convertPoint point toCoordinateFromView self.view MKPointAnnotation point1 MKPointAnnotation alloc init point1.coordinate..