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 pass prepareForSegue: an object

I have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to …

ios xcode uitableview mapkit storyboard
Setting the zoom level for a MKMapView

I have a map which shows correctly, the only thing I want to do now is set the zoom level …

iphone ios mapkit
Programmatically open Maps app in iOS 6

Previous to iOS 6, opening a URL like this would open the (Google) Maps app: NSURL *url = [NSURL URLWithString:@"http://maps.…

ios objective-c ios6 mapkit
How can I mimic the bottom sheet from the Maps app?

Can anyone tell me how I can mimic the bottom sheet in the new Maps app in iOS 10? In Android, …

ios swift uiview uiscrollview mapkit
MKMapView Zoom and Region

I'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 zoom
Positioning MKMapView to show multiple annotations at once

I'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 mapkit
Convert Latitude / Longitude in Degree/Radians?

How can i convert Latitude and longitude in degree/radians? Do you guys any formula or any idea? I want …

iphone ios xcode mapkit type-conversion
MKMapView MKPointAnnotation tap event

I have a list of annotations (MKPointAnnotation). I have a UIViewController which is for the whole view, MKMapView implementing Controller, …

ios objective-c mkmapview mapkit mkannotation
How to customize the callout bubble for MKAnnotationView?

I'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 mkannotationview
Convert coordinates to City name?

How to get an address from coordinates using MapKit? I have this code when long press on the map it …

ios swift mapkit clgeocoder clplacemark