# removePreciseLocationUpdates Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/remove_precise_location_updates_rtk.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/remove_precise_location_updates_rtk.html) Stops the ongoing precise location session. After calling this API the correction data source should be deregistered. removePreciseLocationUpdates()Copy to clipboard ## Parameters | Parameter | API type | Data type | Description | | --- | --- | --- | --- | | ILocationReportCallback | Java | ILocationReportCallback | The callback which was registered in the
requestPreciseLocationUpdates invocation ([ILocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/ilocation_report_callback_rtk.html)). | | ILocationReportCallback | Native | pp\_rtk\_LocationReportCallback | The callback which was registered in the
requestPreciseLocationUpdates invocation ([ILocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/ilocation_report_callback_rtk.html)). | | ret | Native | pp\_rtk\_LocationStatus& | On success this is the actual return value from the API.



See [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_status_rtk.html). | | | | | | ## Returns | Return | API type | Data type | Description | | --- | --- | --- | --- | | response | Java | LocationStatus | [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_status_rtk.html) | | response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. | | | | | | **Parent Topic:** [RTK subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/rtk_subsystem_api.html) Last Published: Nov 14, 2024 [Previous Topic requestPreciseLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/request_precise_location_updates_rtk.md) [Next Topic RTK subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/rtk_subsystem_callback_interfaces.md)