Contents

MKCircleRenderer

The visual representation of a circular overlay.

Declaration

class MKCircleRenderer

Overview

This renderer fills and strokes the circular region that the overlay object represents. You can change the color and other drawing attributes of the circle by modifying the properties it inherits from the main class. You typically use this class as-is and don’t subclass it.

You create an instance of this class in your map view delegate’s mapView(_:rendererFor:) method.

Topics

Creating a circle renderer

Accessing the overlay object

Accessing the stroke

See Also

Circular overlays