A constant indicating that access to the region monitoring service was denied by the user.
SDKs
- iOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Location
Declaration
case regionMonitoringDenied = 4
A constant indicating that access to the region monitoring service was denied by the user.
SDKs
Framework
case regionMonitoringDenied = 4
case location Unknown
A constant indicating that the location manager was unable to obtain a location value right now.
case denied
A constant indicating that access to the location service was denied by the user.
case network
A constant indicating that the network was unavailable or a network error occurred.
case heading Failure
A constant indicating that the heading could not be determined.
case region Monitoring Failure
A constant indicating that a registered region cannot be monitored.
case region Monitoring Setup Delayed
A constant indicating that Core Location could not initialize the region monitoring feature immediately.
case region Monitoring Response Delayed
A constant indicating thatCore Location will deliver events but they may be delayed.
case geocode Found No Result
A constant indicating that the geocode request yielded no result.
case geocode Found Partial Result
A constant indicating that the geocode request yielded a partial result.
case geocode Canceled
A constant indicating that the geocode request was canceled.
case deferred Failed
A constant indicating that the location manager did not enter deferred mode for an unknown reason.
case deferred Not Updating Location
A constant indicating that the location manager did not enter deferred mode because location updates were already disabled or paused.
case deferred Accuracy Too Low
A constant indicating that deferred mode is not supported for the requested accuracy.
case deferred Distance Filtered
A constant indicating that deferred mode does not support distance filters.
case deferred Canceled
A constant indicating that the request for deferred updates was canceled by your app or by the location manager.
case ranging Unavailable
A constant indicating that ranging is disabled.
case ranging Failure
A constant indicating that a general ranging error occurred.