Top "Mkmapview" questions

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

Show Current Location and Update Location in MKMapView in Swift

I am learning how to use the new Swift language (only Swift, no Objective-C). To do it, I want to …

ios swift mkmapview cllocationmanager
Zooming MKMapView to fit annotation pins?

I am using MKMapView and have added a number of annotation pins to the map about a 5-10 kilometre area. …

ios objective-c iphone cocoa-touch mkmapview
How to intercept touches events on a MKMapView or UIWebView objects?

I'm not sure what I am doing wrong but I try to catch touches on a MKMapView object. I subclassed …

ios objective-c cocoa-touch mkmapview iphone-sdk-3.0
MKMapView: Instead of Annotation Pin, a custom view

I want to display an image in my MKMapView instead of little rock pin. Can someone please put some helpful …

ios objective-c swift mkmapview mkannotation
MKMapView MKPointAnnotation tap event

I have a list of annotations (MKPointAnnotation). I have a UIViewController which is for the whole view, MKMapView implementing Controller, …

ios objective-c mkmapview mapkit mkannotation
How to delete all Annotations on a MKMapView

Is there a simple way to delete all the annotations on a map without iterating through all the displayed annotations …

objective-c iphone-sdk-3.0 annotations mkmapview
How to customize the callout bubble for MKAnnotationView?

I'm currently working with the mapkit and am stuck. I have a custom annotation view I am using, and I …

ios objective-c mapkit mkmapview mkannotationview
objective-c MKMapView center on user location

I'm trying to zoom into the user location as the center reference for the screen. I have this code: MainViewController.…

ios objective-c animation gps mkmapview
How to pinch out in iOS simulator when map view is only a portion of the screen?

I have a view on the iPad that I am adding an MKMapView to that is say half the height …

ios mkmapview simulator
Could not instantiate class named MKMapView

I may be doing something really stupid here as I've done it before and it worked and now... Created a …

ios ipad mkmapview