SITLocationError
enum SITLocationError {}
Type of error the location manager can return.
-
there was a network error.
Declaration
Objective-C
kSITLocationErrorNetwork = 0
-
you have not permissions access the information because you are not allowed to see it.
Declaration
Objective-C
kSITLocationErrorUnauthorized
-
there is a problem with parameters.
Declaration
Objective-C
kSITLocationErrorBadRequest
-
you have no permissions to use the location of the user.
Declaration
Objective-C
kSITLocationErrorPermissionDenied
-
you can only start the system once.
Declaration
Objective-C
kSITLocationErrorAlreadyStarted
-
you can only stop the system when is previosly started.
Declaration
Objective-C
kSITLocationErrorSystemStopped
-
bluetooth is turned off
Declaration
Objective-C
kSITLocationErrorBluetoothIsOff
-
bluetooth permission is not granted
Declaration
Objective-C
kSITLocationErrorBluetoothUnauthorized
-
location services are disabled
Declaration
Objective-C
kSITLocationErrorLocationDisabled
-
location permission is not granted
Declaration
Objective-C
kSITLocationErrorLocationRestricted
-
permission to use location services has not been granted or rejected yet
Declaration
Objective-C
kSITLocationErrorLocationAuthStatusNotDetermined
-
accuracyAuthorization needs to be fullAccuracy
Declaration
Objective-C
kSITLocationErrorLocationAccuracyAuthorizationStatusReducedAccuracy
-
model couldn’t be processed (error in download, unzip or file moves)
Declaration
Objective-C
kSITLocationErrorBuildingModelNotAvaliable
-
building has no model, it needs to be calibrated first
Declaration
Objective-C
kSITLocationErrorBuildingNotCalibrated
-
system can only be updated on the fly when it has already been started.
Declaration
Objective-C
kSITLocationErrorUnableToUpdateSystem