Top "Mapkit" questions

MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.

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
why self.locationManager stopUpdatingLocation doesn't stop location update

Problem: It seems I can't stop Core Location from sending updates to my app / tracking. What am I doing: In …

ios mapkit core-location cllocationmanager
iOS - How to limit the MapView to a specific region?

I have the following problem: I have a "drawn map" (image) which I add to the MapView as an Overlay. …

iphone ios mapkit android-mapview region
MKPointAnnotations touch event in swift

I would like to know if anyone can tell me how I can touch a pin on the map in …

swift view mapkit mkpointannotation
How do I remove all map annotations in swift 2

I had working code to remove all map annotations with a button, but after my update to xcode 7 I am …

xcode swift mapkit swift2
Draw polyline using Swift

I'm trying to get an understanding of how to draw polylines using Swift. I've looked at the documentation, referenced some …

ios swift mapkit polyline mkpolyline
missing required architecture i386 in file

I am having trouble building my app after adding MapKit and CoreLocation frameworks. They are both 4.3 frameworks, and the app …

iphone mapkit core-location i386
iPhone: Create MKAnnotation

Can I create an MKAnnotation, or is it read only? I have coordinates, but I am not finding it easy …

iphone mkmapview mapkit mkannotation
Size image pin annotation

I put the personal image instead of the traditional red pin. When I open the map to display the pin, …

ios mapkit swift2 xcode7 mkannotation
Snapshot of MKMapView in iOS7

I am trying to create a snapshot of a MKMapView in iOS7 application the same way it's recommended everywhere for …

ios ios7 mkmapview mapkit mkmapsnapshotter