MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.
I want to know the current zoom level of MKMapView in iphone programming, how can I do that? Actually I …
iphone mkmapviewI am trying to capture tap event on my MKMapView, this way I can drop a MKPinAnnotation on the point …
ios4 mkmapview uitapgesturerecognizer mkoverlay mkpinannotationviewHow do I detect a single tap on an instance of MKMapView? Do I have to subclass MKMapView and then …
ios cocoa-touch mkmapview mapkitI have an array of points to be drawn on a map, its already decoded: - (void) drawRoute:(NSArray *) path { …
iphone ios mkmapviewI know its a very common issue but I am not getting the exact answer for this thing. How to …
iphone objective-c mkmapview zoomI'm writing an App with a mapView showing some Annotations. Now I want to show the User's current location in …
ios ios7 mkmapview cllocationI'm trying to figure out how to put an annotation on a map based on where the user touches. I …
iphone mkmapview touchesbeganI've got quite a lot of pins to put on my map so I think it would be a nice …
iphone annotations mkmapview markerclustererHas anyone else, who's using maps in their iOS 6 apps, noticing extremely high memory use to the point of receiving …
memory memory-management mkmapview ios6 ios6-mapsI have a requirement in my application map page. I have to customize the Callout bubbles. I need to add …
ios objective-c iphone mkmapview mkannotation