Top "Mapkit" questions

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

iOS6 Simulator MKMapKit "Couldn't find default.styleproto in framework"

Running my app with the iOS6 simulator I am getting the following printed in the XCode console prior to viewDidLoad …

ios objective-c ios6 ios-simulator mapkit
Call Maps for directions from inside your app - iOS5 iOS6

Here is a strange problem: My app should be able to call the built in Maps in iOS (both 5.1 and 6). …

objective-c ios5 mapkit ios6 ios6-maps
CLLocation Category for Calculating Bearing w/ Haversine function

I'm trying to write a category for CLLocation to return the bearing to another CLLocation. I believe I'm doing something …

iphone mapkit core-location cllocation haversine
Is the Current Location/Compass heading button available in the iOS sdk?

I am working on a sample map kit app for iOS. I have everything working and a toolbar button to …

ios mkmapview mapkit
Determining Midpoint Between 2 Coordinates

I am trying to determine the midpoint between two locations in an MKMapView. I am following the method outlined here (…

objective-c mapkit core-location
How to use MKMapView's "Shows User Location" in iOS8?

When you add an MKMapView component to the view in Interface Builder, there are checkboxes that let you configure what …

ios ios8 mapkit core-location cllocationmanager
MapKit not showing custom Annotation pin image on iOS9

My code worked fine from iOS 7 to 8. With the update yesterday the custom images on my pins were replaced by …

mkmapview mapkit mkannotation ios9 mkannotationview
Implementation of 'My Location' button in Swift

I am currently stuck while attempting to figure out how to add a button on my map that will redisplay …

ios swift xcode mapkit currentlocation
MapKit iOS 9 detailCalloutAccessoryView usage

After watching WWDC video 206 I assumed this would be a trivial task of adding the detail callout view to a …

ios mapkit mkannotationview
How can I know when MKMapview setRegion:animated: has finished?

I want to set a region on my MKMapView and then find the coordinates corresponding to the NE and SW …

iphone cocoa-touch mapkit mkmapview