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 do I add custom pins to the iPhone MapKit?

I'm testing out the MapKit framework on the iPhone and would really much like to switch the standard pin that …

objective-c iphone-sdk-3.0 mapkit
Remove markers from google maps iOS

I am building an iOS app using storyboards and Google Maps. Using iOS6 My application features the split view navigation …

ios mapkit google-maps-markers google-maps-sdk-ios
Customize MKAnnotation Callout View?

I have a MKPointAnnotation: let ann = MKPointAnnotation() self.ann.coordinate = annLoc self.ann.title = "Customize me" self.ann.subtitle = "???" self.…

ios swift mapkit
iOS MapKit custom pins

How do I show images instead of pins in the map. So far I can only add pins on tap. …

ios mapkit
Getting the bounds of an MKMapView

In order to setup a query to an external server I want to get the bounds of the current Map …

iphone cocoa-touch mapkit mkmapview bounds
How can I create a custom "pin-drop" animation using MKAnnotationView?

I have an instance of MKMapView and would like to use custom annotation icons instead of the standard pin icons …

iphone core-animation mapkit mkpinannotationview
I want to get the Location name from the Coordinate value in MapKit for iPhone

I want to get the location name from the coordinate value. Here is code, - (void)viewWillAppear:(BOOL)animated { CLLocationCoordinate2…

iphone xcode ios5 mapkit
MKPinAnnotationView: Are there more than three colors available?

According to the Apple docs, MKPinAnnotationView's pin color is available in red, green and purple. Is there any way to …

iphone cocoa-touch mapkit mkpinannotationview
Swift - CLGeocoder reverseGeocodeLocation completionHandler closure

What I'm trying to do is pass a CLLocation to the function getPlacemarkFromLocation which then uses the passed CLLocation through …

ios swift mapkit mkmapview cllocation
How to draw a route between two locations using MapKit in Swift?

How can I draw a route between user's current location to a specific location using MapKit in Swift? I searched …

ios iphone swift mapkit