Quote:
Originally Posted by The Unbelievable
Hello,
I have made a map with a lot of 'pins' with information. I have searched for this but I cannot find it, but how can I search through the pins i have already placed? Maybe someone can set me in the right direction.
|
Well you might want to track them in a data structure of your own depending on what you are trying to do, but the MKMapView contains the annotations property which is a NSArray of all the MKAnnotations on the map - this is all - they might not be visible.