i tryed to make a customized pin on the map with green color and with a button. but it doesnt work. I have a class named Placemark that implement mkannotation protocol.
i just want to change the placemark name. I hear开发者_开发百科d i need to create a custom class but it doesn\'t work.
I want the placemark (title and subtitle) of a MKAnnotation object to be visible on the mapview at anytime without开发者_StackOverflow clicking on it.You can use this in you map ViewController
I\'ve got a bunch of MKAnnotations that don\'t need dragging.I set this by [pin 开发者_如何学编程setDraggable:NO].I\'m having an issue when I touch the annotation and (accidentally) drag off an annota
I\'m in a situation where there will be 500+ annotations to load onto a map. What some ways that you have dealt with the resulting lag with so many annotations on the map?
I have a MKMapView with some custom annotations that don\'t look that great when the map is zoom far out.
I have 3 MKPolyLine that is drawn on the MKMapView. How do I zoom to the best maximum possible showing those three routes?
I am developing an application in iphone wh开发者_如何学编程ich deals with maps. I have many annotations. I need different images to be loaded in the callout(left accessory view) for each of these ann
Im trying to use the MKMap API and integrate a database table id so I can click a button detail disclosure to send the user to another page with further information. Ive been all over teh MKMapKit on
here\'s the situation: I am using MapKit to display a number of locations on a map. I have code to calculate the bounds that allow all the points on the map to fit the window. I just recently added co