# requestPreciseLocationUpdates

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

Starts a precise positioning tracking session for meter-level accuracy. Before calling this API, correction data source should be registered.

requestPreciseLocationUpdates()Copy to clipboard

## Parameters

| Parameter | 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 | Minimum required time interval between position reports received from the location engine. Specified in milliseconds. |
| cb | Java | ILocationReportCallback | Callback to report the location data ([ILocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/ilocation_report_callback_edgnss.html)). |
| cb | Native | pp\_edgnss\_LocationReportCallback | Callback to report the location data ([ILocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/ilocation_report_callback_edgnss.html)). |
| ret | Native | pp\_edgnss\_LocationStatus& | On success this is the actual return value from the API.<br><br><br>                <br>See [Location status](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_status_edgnss.html). |
|  |  |  |  |

Note: 
        
- When `minIntervalMillis` is passed as 0, a callback is invoked as soon as the data is ready, i.e., engine minimum supported interval.
- Any other `minIntervalMillis` values currently default to 1 second internally and the precise positioning sessions operate at a 1 second interval.

## Returns

| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | LocationStatus | [Location status](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_status_edgnss.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:** [eDGNSS subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/edgnss_subsystem_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
Constructor](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/pp_edgnss_manager.md) [Next Topic
removePreciseLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/remove_precise_location_updates_edgnss.md)