# requestPassiveNetworkLocationUpdates

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

Registers to receive location updates from a network positioning session in a
        passive manner, i.e., no session is started for this call, but if another session exists
        this client receives those updates.

                requestPassiveNetworkLocationUpdates()Copy to clipboard

## Parameters

| **Parameter** | **API type** | **Data type** | **Description** |
| --- | --- | --- | --- |
| locationReportCb | Java | ILocationReportCallback | This registered callback will report the<br>                                location data (LocationReportCallback). |
| Native | precise\_gtp\_LocationReportCallback |
| ret | Native | precise\_gtp\_LocationStatus& | On success this is the actual return value from the API.<br><br><br>                                <br>See LocationStatus. |

## Returns

| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | LocationStatus | LocationStatus |
| Native | qesdk\_transaction\_status | See QESDK transaction status for Native APIs 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:** Precise GTP subsystem APIs

Last Published: Nov 14, 2024

Previous Topic
 
removeNetworkLocationUpdates Next Topic

removePassiveNetworkLocationUpdates