# 应用程序校正数据 API

Source: [https://docs.qualcomm.com/doc/80-PK177-134Y/topic/application_correction_data_apis.html](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/application_correction_data_apis.html)

这些 API 用于将应用程序注册为校正数据源，并在请求时注入校正后的数据。

- **[registerAsCorrectionDataSource](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/register_as_correction_data_source.html)**  

将应用程序注册为精确定位引擎的校正数据提供程序。这是应用程序请求精确位置更新时必须调用的 API。
- **[deRegisterAsCorrectionDataSource](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/deregister_as_correction_data_source.html)**  

删除作为校正数据提供程序的应用程序。一旦作为校正数据提供程序的应用程序被删除，就无法再请求精确的位置更新。
- **[injectCorrectionData](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/inject_correction_data.html)**  

注入校正数据以供精确定位引擎使用。

**Parent Topic:** [通用位置 API、回调、枚举和结构体](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/common_location_apis_callbacks_enums_and_structs.html)

Last Published: Jun 22, 2023

[Previous Topic
disablePPENtripStream](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/disable_ppentrip_stream.md) [Next Topic
registerAsCorrectionDataSource](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/register_as_correction_data_source.md)