EILIndoorErrorCode Constants Reference
| Declared in | EILIndoorLocationManager.h | 
|---|
EILIndoorErrorCode
The possible errors returned during updating position.
Definition
typedef NS_ENUM(NSInteger, EILIndoorErrorCode ) {
                            
                               EILIndoorGenericError,
                            
                               EILIndoorPositionOutsideLocationError,
                            
                               EILIndoorMagnetometerInitializationError,
                            
                               EILBluetoothOffError,
                            
                               EILUnauthorizedToUseBluetoothError,
                            
                               EILBluetoothNotSupportedError,
                            
                            };
                    
                    Constants
- EILIndoorGenericError
- 
An unknown error occurred. Declared In EILIndoorLocationManager.h.
- EILIndoorPositionOutsideLocationError
- 
Device is outside the location. Declared In EILIndoorLocationManager.h.
- EILIndoorMagnetometerInitializationError
- 
The device does not have mangetometer or there is a hardware problem with it. Declared In EILIndoorLocationManager.h.
- EILBluetoothOffError
- 
Bluetooth is powered off. Declared In EILIndoorLocationManager.h.
- EILUnauthorizedToUseBluetoothError
- 
App is not authorized to use Bluetooth Low Energy. Declared In EILIndoorLocationManager.h.
- EILBluetoothNotSupportedError
- 
Platform does not support Bluetooth Low Energy. Declared In EILIndoorLocationManager.h.
Declared In
EILIndoorLocationManager.h