Contents

CLRegion

A base class representing an area that can be monitored.

Declaration

class CLRegion

Overview

This is an abstract base class. Instantiate one of the provided subclasses that define specific types of regions. After you create a region, register it with a CLLocationManager object with the startMonitoring(for:) method. The location manager generates appropriate events whenever the user crosses the boundaries of the region.

Topics

Getting the region identifier

Specifying the notification conditions

Deprecated

Initializers

See Also

Region monitoring