I have an MKAnnotationView subclass called ImageAnnotationView.It basically displays an image on the map.I want the regular MKAnnotationView views (the default pins) to appear above the ImageAnnotatio
I am using an MKMapView in my iPhone application. When I load this view, the activity monitor ins开发者_JAVA技巧trument shows that the real memory of my App is increasing significantly. It keeps going
I need to get some kind of scaling factor which tells me by how much the map has zoomed (whenever the region changes).
Can anyone help me on how to use the - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control {
I have two views, the first view has an MKMapView on it named ridesMap.The second view is just a view with a UITableView in it.When you click the save button in the second view, it calls a method from
I have several annotation pins (aprox 700) in a M开发者_C百科apView. Is there any way I can select from an UITableView a row and change the color of a group of pins? Lets say each row representing a g
The Problem I\'m trying to create a visual radius circle around a annonation, that remains at a fixed size in real terms. Eg. So If i set the radius to 100m, as you zoom out of the Map view the radius
I wonder if it\'s possible to create an MKPinAnnotation in a Custom MKMapView, which answers to touch and drag just like the \"Drop 开发者_运维知识库Pin\" annotation in the Maps App.
Basically my program displays many annotations on a map. after the user clicks on one, It displays the title of the location. How can I add a button under the title that will display a new window with
I have two views.The first is a MKMapView with some annotations.Clicking a UIButton pushes a second view on the stack.This has a UITableView with a list of annotations which correspond to the map anno