# LocationReportCallback Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_report_callback.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_report_callback.html) Callback through which location is reported. ## Java public interface ILocationReportCallback { void onValues(PRECISE_GTPUDT.Location var1); }Copy to clipboard ## Native typedef void (*precise_gtp_LocationReportCallback) (precise_gtp_Location location);Copy to clipboard ## Parameters | Parameter | API type | Data type | Description | | --- | --- | --- | --- | | location | Java | Location |
[Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_report.html)
| | location | Native | precise\_gtp\_Location |
[Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_location_report.html)
| | | | | | **Parent Topic:** [Precise GTP subsystem callback interfaces](https://docs.qualcomm.com/doc/80-PK177-134/topic/precise_gtp_subsystem_callback_interfaces.html) Last Published: Nov 14, 2024 [Previous Topic Precise GTP subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/precise_gtp_subsystem_callback_interfaces.md) [Next Topic Precise GTP enums](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/precise_gtp_enums.md)