Contents

isStationary

A Boolean value that indicates whether the device is stationary.

Declaration

@property (readonly) BOOL isStationary;

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, then the framework can suspend updates until the person starts moving, or their location becomes unknown.

See Also

Update properties