ia_calibration Constants Reference
Declared in | IALocationManager.h |
---|
ia_calibration
Defines the device calibration quality. The quality of calibration affects location accuracy.
Definition
typedef NS_ENUM(NSInteger, ia_calibration ) {
kIACalibrationPoor,
kIACalibrationGood,
kIACalibrationExcellent,
};
Constants
kIACalibrationPoor
-
Quality is poor. (Deprecated: Deprecated since SDK 3.0 )
Declared In
IALocationManager.h
. kIACalibrationGood
-
Quality is good. (Deprecated: Deprecated since SDK 3.0 )
Declared In
IALocationManager.h
. kIACalibrationExcellent
-
Quality is excellent. (Deprecated: Deprecated since SDK 3.0 )
Declared In
IALocationManager.h
.
Declared In
IALocationManager.h