Top "Mkmapview" questions

MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface.

Custom MKPinAnnotation callout bubble similar to default callout bubble

i want to create a custom callout bubble on MKMapView. But i want to create the call out bubble in …

iphone objective-c mapkit mkmapview mkpinannotationview
iOS MKMapView zoom to show all markers

I'm working with MKMapView and have plotted several points on the map. I have used the MKCoordinateRegion and MKCoordinateSpan to …

iphone mkmapview
Force MKMapView viewForAnnotation to update

So I have a MKMapView with all my pins added, and the colour of the pin is dependent on whether …

ios cocoa-touch mkmapview mkannotation mkannotationview
How to disable user interaction on MKMapView?

How do you disable user interaction to an entire Map (MKMapView) in iOS? I just want to disable zooming, tapping, …

ios objective-c mkmapview mapkit
MKMapView Route/Directions

I found that the Google Maps API supports Directions through: var map; var directionsPanel; var directions; function initialize() { map = new …

iphone mkmapview direction map-directions
is there a way to get directions in mkmapview using a built in apple API?

I know google maps are known to be the best maps out there, but i dont want to have to …

ios objective-c mkmapview apple-maps
MKPinAnnotationView custom Image is replaced by pin with animating drop

I'm displaying user avatar images on a MapView. The avatars appear to be working if they are rendered without animation, …

objective-c ios mkmapview mkpinannotationview
Check whether zoom level changed

I'm using MapKit on iPhone. How can I know when the user changes the zoom level (zoom in\out the …

iphone objective-c iphone-sdk-3.0 mapkit mkmapview
Swift - Custom MKAnnotationView, set label title

I am trying to customise the MKAnnotationView for my mapView callout bubbles. I am fine with setting the annotation title …

ios swift mkmapview mkannotation
Swift MKMapView Drop a Pin Annotation to Current Location

I am looking to be able to ask the app user for his/her current location and a pin to …

swift mkmapview