mkpinannotationview
pin drop animation
The default pin drop animation doesn\'t work in my app, here is some code I wrote: - (void)viewDidLoad {[详细]
2023-04-07 04:19 分类:问答why it show last pin's type of call out annotation in my mapview
I am designing a map view in which i am dropping no. of pins. I have also add a custom view on every pin. Now problem is that whenmy map view add all pins then on map it don\'t show my last pin. Inste[详细]
2023-04-06 21:17 分类:问答How to show a view when a user clicks on pin annotation?
开发者_如何转开发I am developing a project in which I have parse json data and save it into an array. From that array, Ihave make a UITableView in which I have a number of businesses. With the help of[详细]
2023-03-31 20:47 分类:问答How get latiude and longitude of point?
I am developing an iPhone Application in which i have provide Pin Annotation button on tool bar. When user click on button then pin will drop on center of map view. Now i want that use开发者_运维问答r[详细]
2023-03-31 17:41 分类:问答Should I remove or hide my annotations in MKMapView?
I was wondering which would be faster/more efficient when it comes to开发者_运维问答 taking off annotations from the map: hiding or removing. I need to remove and add 100 or so pins every time the use[详细]
2023-03-30 07:22 分类:问答MKPinAnnotationView not moving
I have went through a few links here, not all of them, regarding MKPinAnnotationView pin, subclass, etc. I did some simple tutorials online and when I thought I could start on my application with the[详细]
2023-03-30 04:34 分类:问答MKPinAnnotationView: Pin width and height
What is the width and the height of the MKPinAnnotationView pin in pixels? Edit: To be more concret开发者_运维技巧e, the width and height of imaginary rectangle on iPhone screen containing the pin. A[详细]
2023-03-28 15:48 分类:问答how to handle multiple pins are going to dropped at a one longitude & latitude in iphone sdk?
I have one task to develop application with map-kit. I am getting multiple pins from server and one pin i have to drop from user current location. This user current location pin should be green &[详细]
2023-03-27 04:50 分类:问答How do I animate MKAnnotationView drop?
I have a custom MKAnnotationView where I set my image myself in viewForAnnotation.How do I animate it\'s drop like I can with MK开发者_运维问答PinAnnotationView?[详细]
2023-03-23 01:40 分类:问答MKPinAnnotationView and custom classes conforming to the MKAnnotation protocol
I have created the following method for determining the view for my annotations in a map view. - (MKAnnotationView *)mapView:(MKMapView *)mv viewForAnnotation:(id <MKAnnotation>)annotation[详细]
2023-03-21 05:23 分类:问答