# ILocationReportCallback

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

Callback receives the location fields as parameters.

## Java

    void ILocationReportCallback () { onValues() {} }Copy to clipboard

## Native

    typedef void (*pp_rtk_LocationReportCallback) (pp_rtk_Location location);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_rtk.html). <br>Note: The location report always contains the latitude, longitude, and altitude. |
| location | Native | pp\_rtk\_Location | [Location report](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_report_rtk.html). <br>Note: The location report always contains the latitude, longitude, and altitude. |
|  |  |  |  |

**Parent Topic:** [RTK subsystem callback interfaces](https://docs.qualcomm.com/doc/80-PK177-134/topic/rtk_subsystem_callback_interfaces.html)

Last Published: Nov 14, 2024

[Previous Topic
RTK subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/rtk_subsystem_callback_interfaces.md) [Next Topic
RTK enums](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/rtk_enums.md)