I'm doing the following and always get green pins:
pin.pinColor = MKPinAnnotationColorRed;
[self.mapView addAnnotation:pin];
[pin release];
pin is of type "NSObject ". All pins come out as green. Should I be doing it differently?