The MKPolygon class (iOS Developer Library) represents a shape consisting of one or more points that define a closed polygon
I am trying to plot a MKPolygon on a MKMapView in iOS 4.0. I have an NSArray which contains custom objects …
ios objective-c iphone mkmapview mkpolygon