# requestNetworkLocationUpdates Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/request_network_location_updates_QC_1.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/request_network_location_updates_QC_1.html) Starts a network positioning session. requestNetworkLocationUpdates()Copy to clipboard ## Parameters | Parameters | API type | Data type | Description | | --- | --- | --- | --- | | minIntervalMillis | Java | long | Minimum required time interval between position reports
received from the location engine.



Specified in milliseconds. | | minIntervalMillis | Native | uint32\_t | Minimum required time interval between position reports
received from the location engine.



Specified in milliseconds. | | locationReportCb | Java | ILocationReportCallback | Callback to report the location data ([LocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_report_callback.html)). | | locationReportCb | Native | precise\_gtp\_LocationReportCallback | Callback to report the location data ([LocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_report_callback.html)). | | ret | Native | precise\_gtp\_LocationStatus& | On success this is the actual return value from the API.



See [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_status.html). | | | | | | ## Returns | Return | API type | Data type | Description | | --- | --- | --- | --- | | response | Java | LocationStatus | [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_status.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:** [Precise GTP subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_subsystem_apis.html) Last Published: Nov 14, 2024 [Previous Topic registerLocationCapabilitiesCallback](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/precise_gtp_register_location_capabilities_callback.md) [Next Topic removeNetworkLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/remove_network_location_updates_QC_1.md)