MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS, IPadOS, tvOS, watchOS, and macOS.
I have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to …
ios xcode uitableview mapkit storyboardI have a map which shows correctly, the only thing I want to do now is set the zoom level …
iphone ios mapkitPrevious to iOS 6, opening a URL like this would open the (Google) Maps app: NSURL *url = [NSURL URLWithString:@"http://maps.…
ios objective-c ios6 mapkitCan anyone tell me how I can mimic the bottom sheet in the new Maps app in iOS 10? In Android, …
ios swift uiview uiscrollview mapkitI'm familiar with using Google Maps Javascript API. Recently I started using MapKit framework for an iphone project, but I'm …
iphone cocoa-touch mapkit zoomI've got several annotations I want to add to my MKMapView (it could 0-n items, where n is generally around 5). …
ios objective-c iphone cocoa-touch mapkitHow can i convert Latitude and longitude in degree/radians? Do you guys any formula or any idea? I want …
iphone ios xcode mapkit type-conversionI have a list of annotations (MKPointAnnotation). I have a UIViewController which is for the whole view, MKMapView implementing Controller, …
ios objective-c mkmapview mapkit mkannotationI'm currently working with the mapkit and am stuck. I have a custom annotation view I am using, and I …
ios objective-c mapkit mkmapview mkannotationviewHow to get an address from coordinates using MapKit? I have this code when long press on the map it …
ios swift mapkit clgeocoder clplacemark