---
title: isStationary
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/cllocationupdate/isstationary
---

# isStationary

A Boolean value that indicates whether the user is stationary.

## Declaration

```swift
var isStationary: Bool { get }
```

## Discussion

Discussion Updates may stop flowing temporarily for several reasons including if the app is no longer authorized to receive location updates or if its location becomes unknown. If Core Location stops delivering updates because the device is stationary, then it sets isStationary to true; otherwise, it’s false. If isStationary is true, the framework can suspend updates until the person starts moving, or their location becomes unknown.

## See Also

### Determining movement and location

- [location](corelocation/cllocationupdate/location.md)
