Contents

MKPolygonRenderer

The visual representation of a single polygon overlay.

Declaration

class MKPolygonRenderer

Overview

This renderer creates the polygon overlay by first filling the shape and then representing its outline with strokes. You can change the color and other drawing attributes of the polygon by modifying the properties inherited from the parent class.

Topics

Creating a polygon renderer

Accessing the polygon overlay object

Accessing the stroke

See Also

Custom shape overlays