---
title: kCLDistanceFilterNone
framework: corelocation
role: symbol
role_heading: Global Variable
path: corelocation/kcldistancefilternone
---

# kCLDistanceFilterNone

A constant indicating that all movement should be reported.

## Declaration

```swift
let kCLDistanceFilterNone: CLLocationDistance
```

## Discussion

Discussion Use this constant to specify that any change in location should trigger a new location update.

## See Also

### Specifying distance and accuracy

- [distanceFilter](corelocation/cllocationmanager/distancefilter.md)
- [CLLocationDistanceMax](corelocation/cllocationdistancemax.md)
- [CLLocationDistance](corelocation/cllocationdistance.md)
- [desiredAccuracy](corelocation/cllocationmanager/desiredaccuracy.md)
- [CLLocationAccuracy](corelocation/cllocationaccuracy.md)
