I have a MKMapView with two overlays: an MKPolyline and a subclass of MKOverlay which is simply defined as an overlay with CLLocationCoordinate2D of 0,0 and a bounding rect of MKMapRectWorld.
I am trying to capture tap event on my MKMapView, this way I can drop a MKPinAnnotation on the point where user tapped. Basically I have a map overlayed with MKOverlayViews (an overlay showing a build
How to Display offline map in iphone using mapkit? if i use static image then how do i get current location and pin drop on it?