KSITIndoorLocationError Constants Reference
Declared in | SITIndoorLocationError.h |
---|
KSITIndoorLocationError
Definition
typedef NS_ENUM(int, KSITIndoorLocationError ) {
KSITIndoorLocationBluetoothNotAvailable = 1001,
KSITIndoorLocationBluetoothOff = 1002,
KSITIndoorLocationLocationDisabled = 2001,
KSITIndoorLocationLocationNotAllowed = 2002,
KSITIndoorLocationLocationAuthNotDetermined = 2003,
KSITIndoorLocationDidNotSendUpdate = 3001,
KSITIndoorLocationDidNotReceiveUpdate = 3002,
KSITIndoorLocationNetworkNotAvailable = 3003,
KSITIndoorLocationNetworkNotAllowed = 3004,
KSITIndoorLocationUserNotInBuilding = 5001,
kSITIndoorLocationSystemAlreadyStarted = 6001,
};
Constants
KSITIndoorLocationBluetoothNotAvailable
-
Bluetooth errors
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationBluetoothOff
-
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationLocationDisabled
-
Location errors
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationLocationNotAllowed
-
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationLocationAuthNotDetermined
-
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationDidNotSendUpdate
-
Internet errors
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationDidNotReceiveUpdate
-
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationNetworkNotAvailable
-
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationNetworkNotAllowed
-
Declared In
SITIndoorLocationError.h
. KSITIndoorLocationUserNotInBuilding
-
Other errors
Declared In
SITIndoorLocationError.h
. kSITIndoorLocationSystemAlreadyStarted
-
System error
Declared In
SITIndoorLocationError.h
.