isStationary
A Boolean value that indicates whether the user is stationary.
Declaration
var isStationary: Bool { get }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.