# removePreciseLocationUpdates

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

停止正在进行的精确位置会话。

removePreciseLocationUpdates()Copy to clipboard

## 参数

| 参数 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| ILocationReportCallback | Java | ILocationReportCallback | 在 requestPreciseLocationUpdates 调用中注册的回调。 |
| ILocationReportCallback | 原生 | <ul class="ul"><br>                <li class="li">pp_edgnss_LocationReportCallback</li><br><br>                <li class="li">pp_rtk_LocationReportCallback</li><br></ul> | 在 requestPreciseLocationUpdates 调用中注册的回调。 |
|  |  |  |  |

## 返回结果

| 返回结果 | 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) | 原生 | <ul class="ul"><li class="li">pp_edgnss_LocationStatus</li><br><li class="li">pp_rtk_LocationStatus</li><br></ul> |
|  |  |  |

**Parent Topic:** [通用位置函数](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/edgnss_functions.html)

Last Published: Jun 22, 2023

[Previous Topic
requestPreciseLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/request_precise_location_updates.md) [Next Topic
registerLocationCapabilitiesCallback](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/register_location_capabilities_callback.md)