Contents

MKPolylineRenderer

A visual representation of any polyline overlay object.

Declaration

class MKPolylineRenderer

Overview

This renderer strokes the line only; it doesn’t fill it. You can change the color and other drawing attributes of the polyline by modifying the properties it inherits from the main class. You typically use this class as-is and don’t subclass it.

Topics

Creating a polyline renderer

Accessing the polyline overlay

Accessing the stroke

See Also

Multiple segment lines