SITLocationError Constants Reference
Declared in | SITLocationError.h |
---|
SITLocationError
Type of error the location manager can return.
- kSITLocationErrorNetwork: there was a network error.
- kSITLocationErrorUnauthorized: you have not permissions access the information because you are not allowed to see it.
- kSITLocationErrorBadRequest: there is a problem with parameters.
- kSITLocationErrorPermissionDenied: you have no permissions to use the location of the user.
- kSITLocationErrorAlreadyStarted: you can only start the system once.
- kSITLocationErrorSystemStopped: you can only stop the system when is previosly started.
- kSITLocationErrorBluetoothIsOff: bluetooth is turned off
- kSITLocationErrorBluetoothUnauthorized: bluetooth permission is not granted
- kSITLocationErrorLocationDisabled: location services are disabled
- kSITLocationErrorLocationRestricted: location permission is not granted
Definition
typedef NS_ENUM(NSInteger, SITLocationError ) {
kSITLocationErrorNetwork = 0,
kSITLocationErrorUnauthorized,
kSITLocationErrorBadRequest,
kSITLocationErrorPermissionDenied,
kSITLocationErrorAlreadyStarted,
kSITLocationErrorSystemStopped,
kSITLocationErrorBluetoothIsOff,
kSITLocationErrorBluetoothUnauthorized,
kSITLocationErrorLocationDisabled,
kSITLocationErrorLocationRestricted,
};
Constants
kSITLocationErrorNetwork
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorUnauthorized
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorBadRequest
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorPermissionDenied
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorAlreadyStarted
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorSystemStopped
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorBluetoothIsOff
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorBluetoothUnauthorized
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorLocationDisabled
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorLocationRestricted
-
Type of error the location manager can return.
Declared In
SITLocationError.h
.
Declared In
SITLocationError.h