# ILocationReportCallback
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/ilocation_report_callback_edgnss.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/ilocation_report_callback_edgnss.html)
Callback receives the location fields as parameters.
## Java
void ILocationReportCallback () { onValues() {} }Copy to clipboard
## Native
typedef void (*pp_edgnss_LocationReportCallback) ();Copy to clipboard
## Parameters
| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| location | Java | Location | [Location report](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_report_edgnss.html).
Note: The location report always contains the latitude, longitude, and altitude. |
| location | Native | pp\_edgnss\_Location | [Location report](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_report_edgnss.html).
Note: The location report always contains the latitude, longitude, and altitude. |
| | | | |
**Parent Topic:** [eDGNSS subsystem callback interfaces](https://docs.qualcomm.com/doc/80-PK177-134/topic/edgnss_callbacks.html)
Last Published: Nov 14, 2024
[Previous Topic
eDGNSS subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/edgnss_callbacks.md) [Next Topic
ILocationCapabilitiesCallback](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/ilocation_capabilities_callback.md)