Top "Mapkit" questions

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

iOS Swift MapKit Custom Annotation

I am having some trouble getting a custom annotation to load inside of my map view when I try to …

ios swift mapkit mapkitannotation
Creating a new CLLocationCoordinate2D at custom Latitude/Longitude

I feel bad for asking this because it seems to be such a simple thing to get hung up on, …

objective-c ios ios4 mapkit
Drawing a route in MapKit in iOS

I want to draw a route between two locations on the map. Something like a tour guide. When the tourist …

ios iphone mapkit
How do i open Google Maps for directions using coordinates on the iphone

I am using UIMapView to display locations on the iPhone. I want to do a directions from current location to …

iphone google-maps mapkit coordinates
iOS 8 Map Kit Obj-C Cannot Get Users Location

I am working with Map Kit in iOS 8 using Obj-C NOT SWIFT. I cannot get the device location it is …

objective-c mapkit cllocationmanager ios8
iPhone: How to draw line between two points on MapKit?

I have Latitude and Longitude of two points and Want to Draw line between these two points with Pin on …

iphone objective-c ios ipad mapkit
Adding Pins to Map using MapKit - Swift 3.0

New coder, trying to figure out how to use MapKit. The goal is to create a map that users can …

ios swift mapkit mapkitannotation
MapKit zoom to user current location

I am trying to simply show user's location on the map, but I need to when app launches, the map …

ios iphone swift xcode mapkit
Zoom in a MKMapView programmatically

I'm using a MKMapView inside an iPhone app. When I click a button the zoom level must increase. This is …

iphone mkmapview mapkit
Custom MKAnnotation callout bubble with button

I'm developing app, where user is localized by gps and then he is asked, whether he is located in specific …

ios mapkit frame callout