MKPinAnnotationView implements an MKAnnotationView to display a push pin and is the only system-provided annotation view.
MKPinAnnotationView
implements an MKAnnotationView
to display a push pin and is the only system-provided annotation view. It is the pin used in the Apple Maps application and enjoys widespread use in third party apps as well. Red, green, and purple pins are the only pin colors supported as of iOS 6.
For more information, see the Apple Documentation for MKPinAnnotationView
.