---
title: stopMonitoringSignificantLocationChanges()
framework: corelocation
role: symbol
role_heading: Instance Method
path: corelocation/cllocationmanager/stopmonitoringsignificantlocationchanges()
---

# stopMonitoringSignificantLocationChanges()

Stops the delivery of location events based on significant location changes.

## Declaration

```swift
func stopMonitoringSignificantLocationChanges()
```

## Discussion

Discussion Use this method to stop the delivery of location events that was started using the startMonitoringSignificantLocationChanges() method. If a compatible iPad or iPhone app calls this method when running in visionOS, the method does nothing.

## See Also

### Running the significant change location service

- [startMonitoringSignificantLocationChanges()](corelocation/cllocationmanager/startmonitoringsignificantlocationchanges().md)
