# eDGNSS 子系统

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

eDGNSS 子系统提供**米**级定位的定位 API。有关通用 API，可参见[通用位置 API、回调、枚举和结构体](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/common_location_apis_callbacks_enums_and_structs.html)。

**Parent Topic:** [位置 API（精确定位）](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/location.html)

## PP\_eDGNSSManager (creator)

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

主链路进入 eDGNSS 精确定位引擎的构造函数。要在 eDGNSS 子系统中调用 API，需如示例所示创建 PP\_eDGNSSManager 类的实例。

    IQesdk mQesdkManager = IQesdk.createInstance(this);
    PP_eDGNSSManager mPpeEdgnssManager = new 
    PP_eDGNSSManager(mQesdkManager);
    Copy to clipboard

### 参数

| 参数 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| qesdkHandle | Java | IQesdk | 经过验证的 IQesdk 接口。 |
| qesdkHandle | 原生 | qesdk\_handle\_t | 经过验证的 IQesdk 接口。 |
|  |  |  |  |

### 返回结果

| 返回结果 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| edgnssManager | Java | PP\_eDGNSSManager | 子系统管理器对象。 |
| edgnssManager | 原生 | PP\_eDGNSSManager | 子系统管理器对象。 |
|  |  |  |  |

Last Published: Jun 22, 2023

[Previous Topic
位置 API（精确定位）](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/location.md) [Next Topic
RTK 子系统](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/rtk_subsystem_api.md)