# injectCorrectionData

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

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

injectCorrectionData( )Copy to clipboard

## 参数

| 参数 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| correctionData | Java | byte[] | 从应用程序所连 NTRIP 服务器接收的校正数据二进制 blob。 |
| correctionData | 原生 | bnry\_blb\_t | 从应用程序所连 NTRIP 服务器接收的校正数据二进制 blob。 |
|  |  |  |  |

## 返回结果

| 返回结果 | API 类型 | 数据类型 |
| --- | --- | --- |
| [位置状态](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/edgnss_location_status.html) | Java | LocationStatus |
| [位置状态](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/edgnss_location_status.html) | 原生 | pp\_edgnss\_LocationStatus |
|  |  |  |

**Parent Topic:** [应用程序校正数据 API](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/application_correction_data_apis.html)

Last Published: Jun 22, 2023

[Previous Topic
deRegisterAsCorrectionDataSource](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/deregister_as_correction_data_source.md) [Next Topic
位置回调](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/edgnss_callbacks.md)