MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.
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 mapkitHere 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-mapsI'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 haversineI am working on a sample map kit app for iOS. I have everything working and a toolbar button to …
ios mkmapview mapkitI am trying to determine the midpoint between two locations in an MKMapView. I am following the method outlined here (…
objective-c mapkit core-locationWhen you add an MKMapView component to the view in Interface Builder, there are checkboxes that let you configure what …
ios ios8 mapkit core-location cllocationmanagerMy 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 mkannotationviewI am currently stuck while attempting to figure out how to add a button on my map that will redisplay …
ios swift xcode mapkit currentlocationAfter watching WWDC video 206 I assumed this would be a trivial task of adding the detail callout view to a …
ios mapkit mkannotationviewI want to set a region on my MKMapView and then find the coordinates corresponding to the NE and SW …
iphone cocoa-touch mapkit mkmapview