Top "Mkmapview" questions

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

How to select a map pin programmatically

I am new to Maps Concept. Please find the attached image once. when i click the "pin" i am getting …

iphone ios objective-c map mkmapview
iOS removing MKMapView overlays not working

I would like to remove all the overlays of my map at one point, and I tried different ways but …

ios mkmapview overlay android-mapview
Shows different Pin images in MKMapview

In my MKMap view I have customized the annotation pin with an image. But still some pins are static and …

iphone ios map mkmapview mkannotation
Stop iOS 7 MKMapView from leaking memory

I've noticed that my app leaks memory, but if I take the MKMapView out the memory problem goes away. To …

ios objective-c memory-management memory-leaks mkmapview
MKAnnotation not showing callout on MKMapView

I've got a MKMapView and I'm adding annotations like this: for (NSDictionary *tmp in response) { NSDictionary *places = [tmp objectForKey:@"place"]; …

objective-c ios mkmapview automatic-ref-counting
swift remove map overlays

I am trying to remove overlays from map. func removeMapOverlay() { var removeOverlays : [AnyObject]! = self.mapView.overlays // Above line throws runtime …

ios swift mkmapview mkoverlay
Car (Annotation) animation (like uber app) not working

I made one demo project (from Moving-MKAnnotationView demo on github) for moving car on map following is its link https://…

iphone ios objective-c mkmapview mkannotationview
Is the Current Location/Compass heading button available in the iOS sdk?

I am working on a sample map kit app for iOS. I have everything working and a toolbar button to …

ios mkmapview mapkit
MapKit not showing custom Annotation pin image on iOS9

My code worked fine from iOS 7 to 8. With the update yesterday the custom images on my pins were replaced by …

mkmapview mapkit mkannotation ios9 mkannotationview
Remove a polyLine from the mapView

I've read many posts about it and still i have a problem. This is my code to draw a polyLine …

ios mkmapview polyline