MKPolygonView
Provides the visual representation for an Mkpolygon annotation object.
Declaration
class MKPolygonViewOverview
This view fills and strokes the area represented by the annotation. You can change the color and other drawing attributes of the polygon by modifying the properties inherited from the MKOverlayPathView class. This class is typically used as is and not subclassed.
In iOS 7 and later, use the MKPolygonRenderer class to display polygon overlays instead.