Re: [iPhone] iterate through all the MKPolygons on my map view

2010-11-13 Thread Philip Vallone
Never mind - > overlay.title does the trick - duh On Nov 13, 2010, at 8:51 AM, Philip Vallone wrote: > Hi, > > I have added some MKPolygons to my map view. I want to loop through all my > polygons and delete the one that has a certain title. My question is; how do > I access the propert

[iPhone] iterate through all the MKPolygons on my map view

2010-11-13 Thread Philip Vallone
Hi, I have added some MKPolygons to my map view. I want to loop through all my polygons and delete the one that has a certain title. My question is; how do I access the properties of the mkpolygon after the overlays have been added to the map view. This is how I am creating the MKPolygon MKP