Top "Mkmapview" questions

MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.

how to find current zoom level of MKMapView?

I want to know the current zoom level of MKMapView in iphone programming, how can I do that? Actually I …

iphone mkmapview
How to capture Tap gesture on MKMapView

I am trying to capture tap event on my MKMapView, this way I can drop a MKPinAnnotation on the point …

ios4 mkmapview uitapgesturerecognizer mkoverlay mkpinannotationview
iPhone: Detecting Tap in MKMapView

How do I detect a single tap on an instance of MKMapView? Do I have to subclass MKMapView and then …

ios cocoa-touch mkmapview mapkit
How to draw a MKPolyline on a MapView?

I have an array of points to be drawn on a map, its already decoded: - (void) drawRoute:(NSArray *) path { …

iphone ios mkmapview
how to make mapview zoom to 5 mile radius of current location

I know its a very common issue but I am not getting the exact answer for this thing. How to …

iphone objective-c mkmapview zoom
Show User Location in MapView

I'm writing an App with a mapView showing some Annotations. Now I want to show the User's current location in …

ios ios7 mkmapview cllocation
Get the coordinates of a point from mkmapview on iphone

I'm trying to figure out how to put an annotation on a map based on where the user touches. I …

iphone mkmapview touchesbegan
iPhone MKMapView Annotation Clustering

I've got quite a lot of pins to put on my map so I think it would be a nice …

iphone annotations mkmapview markerclusterer
iOS6 MKMapView using a ton of memory, to the point of crashing the app, anyone else notice this?

Has 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-maps
Customizing the MKAnnotation Callout bubble

I 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