Top "Mapkit" questions

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

didUpdateUserLocation not called when view for userLocation is custom

I have an MKMapView that's supposed to track the user's location using a custom view (not the blue dot). In …

ios geolocation mkmapview mapkit mkmapviewdelegate
Z-ordering of MKAnnotationViews

I'm getting fairly frustrated with the limitations of MKMapKit. My current problem has to do with the z-ordering of annotation …

iphone mapkit mkpinannotationview
Identify MKPointAnnotation in mapView

I have at least 100 diferents Points ... how can associate each point with the position in my 'listOfPoints' assigning a tag …

swift mapkit mkpointannotation
iOS Swift MapKit making an annotation draggable by the user?

How do I make it possible, using MapKit in Swift, for the user to drag an annotation from one position …

ios swift mapkit draggable mkannotationview
A MapKit for Mac OS X?

on the iPhone we have the Apple's amazing MapKit. There is something similar for Mac OS X? If possible something …

cocoa view maps mapkit
MKAnnotationView update title and subtitle with distance when event is received

I'm developing an iphone app using mapkit and CLLocationManager. I put lots of MKPinAnnotationView on map (about 100) and I want …

objective-c iphone mapkit mkpinannotationview mkannotationview
MapKit Annotations not showing up on map

I'm having trouble getting the MKAnnotationViews show up on the map in MapKit. I'm using iOS 7, and have now searched …

ios mapkit mkannotation mkannotationview
how to get Route directions between two points on a map to draw driving directions?

is there a way to use core location or google or some other api to provide two points on the …

xcode iphone-sdk-3.0 mapkit location map-directions
How to create an MKMapRect given two points, each specified with a latitude and longitude value?

I have a custom class that extends NSObject and implements the MKOverlay protocol. As a result, I need to implement …

ios mapkit
MKMapView setRegion "snaps" to predefined zoom levels?

Can anyone confirm that setRegion "snaps" to predefined zoom levels and whether or not this behavior is as designed (although …

iphone mapkit mkmapview