---
title: proximity
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clbeacon/proximity
---

# proximity

The relative distance to the beacon.

## Declaration

```swift
var proximity: CLProximity { get }
```

## Discussion

Discussion The value in this property gives a general sense of the relative distance to the beacon. Use it to quickly identify beacons that are nearer to the user rather than farther away.

## See Also

### Determining the distance to the beacon

- [CLProximity](corelocation/clproximity.md)
- [accuracy](corelocation/clbeacon/accuracy.md)
- [rssi](corelocation/clbeacon/rssi.md)
