Top "Mapkit" questions

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

How to open call out MKAnnotationView programmatically? (iPhone, MapKit)

I want to open up the callout for an MKPinAnnotationView programmatically. Eg I drop 10 pins on the map, and want …

iphone ios mapkit mkannotation callouts
How to move a MKAnnotation without adding/removing it from the map?

Is it possible to move the coordinate of a MKAnnotation without adding and removing the annotation from the map?

iphone objective-c mapkit mkmapview
Custom MKPinAnnotation callout bubble similar to default callout bubble

i want to create a custom callout bubble on MKMapView. But i want to create the call out bubble in …

iphone objective-c mapkit mkmapview mkpinannotationview
How to disable user interaction on MKMapView?

How do you disable user interaction to an entire Map (MKMapView) in iOS? I just want to disable zooming, tapping, …

ios objective-c mkmapview mapkit
kCLErrorDomain error 2 after geocoding repeatedly with CLGeocoder

I have a search bar in my application that the user can type an address into, and it will come …

iphone ios mapkit core-location clgeocoder
How do I animate MKAnnotationView drop?

I have a custom MKAnnotationView where I set my image myself in viewForAnnotation. How do I animate it's drop like …

cocoa-touch ios-4.2 mkannotationview mkpinannotationview mapkit
Custom map style in MapKit

I am looking for a way to implement a custom map style in iOS 7, just like you can do with …

ios google-maps mapkit mapbox cloudmade
Check whether zoom level changed

I'm using MapKit on iPhone. How can I know when the user changes the zoom level (zoom in\out the …

iphone objective-c iphone-sdk-3.0 mapkit mkmapview
get tapped coordinates with iphone mapkit

I'm making an app using apple's mapkit framework. What I want to do is to get longitude and latitude from …

ios objective-c mapkit
MKAnnotationView with custom view and image view

In my Map application, instead of showing a pin, I want to show a colored background circle with image in …

ios mapkit mkannotationview