---
title: rangedRegions
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/cllocationmanager/rangedregions
---

# rangedRegions

The set of regions currently being tracked using ranging.

## Declaration

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

## Discussion

Discussion The objects in the set are instances of the CLBeaconRegion class.

## Topics

### Related Documentation

- [startRangingBeacons(in:)](corelocation/cllocationmanager/startrangingbeacons(in:).md)

## See Also

### Properties

- [headingAvailable](corelocation/cllocationmanager/headingavailable-swift.property.md)
- [locationServicesEnabled](corelocation/cllocationmanager/locationservicesenabled-swift.property.md)
- [purpose](corelocation/cllocationmanager/purpose.md)
