Platforms to show: All Mac Windows Linux Cross-Platform

Back to CLLocationManagerMBS class.

CLLocationManagerMBS.kCLAuthorizationStatusAuthorized = 3

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 11.2
One of the authorization status constants.

This application is authorized to use location services.

CLLocationManagerMBS.kCLAuthorizationStatusDenied = 2

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 11.2
One of the authorization status constants.

The user explicitly denied the use of location services for this application or location services are currently disabled in Settings.

CLLocationManagerMBS.kCLAuthorizationStatusNotDetermined = 0

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 11.2
One of the authorization status constants.

The user has not yet made a choice regarding whether this application can use location services.

CLLocationManagerMBS.kCLAuthorizationStatusRestricted = 1

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 11.2
One of the authorization status constants.

This application is not authorized to use location services. The user cannot change this application's status, possibly due to active restrictions such as parental controls being in place.

CLLocationManagerMBS.kCLDeviceOrientationFaceDown = 6

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The device is held parallel to the ground with the screen facing downwards.

CLLocationManagerMBS.kCLDeviceOrientationFaceUp = 5

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The device is held parallel to the ground with the screen facing upwards.

CLLocationManagerMBS.kCLDeviceOrientationLandscapeLeft = 3

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The device is in landscape mode, with the device held upright and the home button on the right side.

CLLocationManagerMBS.kCLDeviceOrientationLandscapeRight = 4

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The device is in landscape mode, with the device held upright and the home button on the left side.

CLLocationManagerMBS.kCLDeviceOrientationPortrait = 1

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The device is in portrait mode, with the device held upright and the home button at the bottom.

CLLocationManagerMBS.kCLDeviceOrientationPortraitUpsideDown = 2

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The device is in portrait mode but upside down, with the device held upright and the home button at the top.

CLLocationManagerMBS.kCLDeviceOrientationUnknown = 0

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the orientation constants

The orientation is currently not known.

CLLocationManagerMBS.kCLErrorDenied = 1

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 9.6
One of the error codes reported by the location manager error event.

Access to the location service was denied by the user.

CLLocationManagerMBS.kCLErrorGeocodeCanceled = 10

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

The geocode request was canceled.

CLLocationManagerMBS.kCLErrorGeocodeFoundNoResult = 8

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

The geocode request yielded no result.

CLLocationManagerMBS.kCLErrorGeocodeFoundPartialResult = 9

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

The geocode request yielded a partial result.

CLLocationManagerMBS.kCLErrorHeadingFailure = 3

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

The heading could not be determined.

CLLocationManagerMBS.kCLErrorLocationUnknown = 0

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 9.6
One of the error codes reported by the location manager error event.

The location manager was unable to obtain a location value right now.

CLLocationManagerMBS.kCLErrorNetwork = 2

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

The network was unavailable or a network error occurred.

CLLocationManagerMBS.kCLErrorRegionMonitoringDenied = 4

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

Access to the region monitoring service was denied by the user.

CLLocationManagerMBS.kCLErrorRegionMonitoringFailure = 5

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

A registered region cannot be monitored.

CLLocationManagerMBS.kCLErrorRegionMonitoringResponseDelayed = 7

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

Core Location will deliver events but they may be delayed.

CLLocationManagerMBS.kCLErrorRegionMonitoringSetupDelayed = 6

Type Topic Plugin Version
const CoreLocation MBS MacFrameworks Plugin 12.3
One of the CoreLocation error constants.

Core Location could not initialize the region monitoring feature immediately.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...