Stops monitoring the specified region.
SDKs
- iOS 4.0+
- macOS 10.8+
- Mac Catalyst 13.0+
Framework
- Core Location
Declaration
func stopMonitoring(for region: CLRegion)
Parameters
region
The region object currently being monitored. This parameter must not be
nil
.
Discussion
If the specified region object is not currently being monitored, this method has no effect.