Contents

MKCircle

A circular overlay with a configurable radius that you center on a geographic coordinate.

Declaration

class MKCircle

Overview

This class defines the portion of the map that the overlay covers. To draw the region, return an MKCircleRenderer object from the mapView(_:rendererFor:) method of your map view delegate.

Topics

Creating a circle overlay

Accessing the overlay’s attributes

Initializers

See Also

Circular overlays