---
title: "stopRangingBeacons(in:)"
framework: corelocation
role: symbol
role_heading: Instance Method
path: "corelocation/cllocationmanager/stoprangingbeacons(in:)"
---

# stopRangingBeacons(in:)

Stops the delivery of notifications for the specified beacon region.

## Declaration

```swift
func stopRangingBeacons(in region: CLBeaconRegion)
```

## Parameters

- `region`: The region that identifies the beacons. The object you specify need not be the exact same object that you registered but the beacon attributes should be the same.

## See Also

### Methods

- [startMonitoring(for:)](corelocation/cllocationmanager/startmonitoring(for:).md)
- [stopMonitoring(for:)](corelocation/cllocationmanager/stopmonitoring(for:).md)
- [regionMonitoringAvailable()](corelocation/cllocationmanager/regionmonitoringavailable().md)
- [regionMonitoringEnabled()](corelocation/cllocationmanager/regionmonitoringenabled().md)
- [authorizationStatus()](corelocation/cllocationmanager/authorizationstatus().md)
- [startMonitoring(for:desiredAccuracy:)](corelocation/cllocationmanager/startmonitoring(for:desiredaccuracy:).md)
- [requestState(for:)](corelocation/cllocationmanager/requeststate(for:).md)
- [startRangingBeacons(in:)](corelocation/cllocationmanager/startrangingbeacons(in:).md)
- [deferredLocationUpdatesAvailable()](corelocation/cllocationmanager/deferredlocationupdatesavailable().md)
- [allowDeferredLocationUpdates(untilTraveled:timeout:)](corelocation/cllocationmanager/allowdeferredlocationupdates(untiltraveled:timeout:).md)
- [disallowDeferredLocationUpdates()](corelocation/cllocationmanager/disallowdeferredlocationupdates().md)
