<!--
{
  "availability" : [
    "iOS: 7.0.0 - 13.0.0",
    "iPadOS: 7.0.0 - 13.0.0",
    "macCatalyst: 14.0.0 - 14.0.0",
    "macOS: 10.15.0 - 10.15.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLLocationManager/rangedRegions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLLocationManager(py)rangedRegions"
  },
  "title" : "rangedRegions"
}
-->

# rangedRegions

The set of regions currently being tracked using ranging.

```
var rangedRegions: Set<CLRegion> { get }
```

## Discussion

The objects in the set are instances of the [`CLBeaconRegion`](/documentation/CoreLocation/CLBeaconRegion) class.

## Topics

### Related Documentation

[`startRangingBeacons(in:)`](/documentation/CoreLocation/CLLocationManager/startRangingBeacons(in:))

Starts the delivery of notifications for the specified beacon region.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)