Top "Mapkit" questions

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

Swift MKPointAnnotation custom Image

I try to create a custom "badget" for my MKPointAnnotation in swift, but it fails as MKPointAnnotation does not have …

ios swift mapkit mkpointannotation
iOS: Notification when MKMapView is loaded and annotations/overlays are added?

I am aware of the delegate methods used to let me know when the map has loaded and annotations and …

objective-c ios cocoa-touch mkmapview mapkit
Swift 3 - MKPointAnnotation custom Image

This is my code and i want to add a custom pin (.png file) instead of the red pin. I …

ios swift mapkit mkpointannotation
"_OBJC_CLASS_$_MKAnnotationView", referenced from: ERROR

.framework/MapKit, file was built for i386 which is not the architecture being linked (armv6) Undefined symbols: "_OBJC_CLASS_$_MKAnnotationView", …

iphone ios mapkit mkannotationview
Displaying a Map with MapKit in a Swift playground for a Quick Look?

Good to see a tag for swift-playground - love to see this continue. I've been tinkering with Swift and am …

swift mapkit swift-playground
How to draw routes on maps in ios 6?

I want to show maps & draw routes on maps. My application supports for ios 4 plus. So how should i …

iphone ios mapkit ios6-maps maproute
How to draw a polygon overlay using MapKit and swift

I am trying to get the following code to draw a polygon on the map but for some reason it …

ios swift mapkit point-in-polygon
how to update MKPolyline / MKPolylineView?

I am trying to create a polyline (MKPolyline) overlay that updates periodically, to simulate the movement of an object. I …

iphone objective-c mapkit ios4
iOS 8 MKAnnotationView rightCalloutAccessoryView misaligned

I'm still pretty new to the iOS stuff in general and found a problem while testing our App for iOS 8 …

ios mapkit ios8 mkannotationview
Display MKMapViewAnnotations within a map view's visible rect

I'm displaying an MKMapView inside a Path-style parallax table view header. To create the effect, the mapView bounds is larger …

ios map mkmapview mapkit mkannotation