# ILocationReportCallback Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/location_report_callback.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_report_callback.html) Callback through which location is reported. ## Java public interface ILocationReportCallback { void onValues(); }Copy to clipboard ## Native typedef void (*gtp_LocationReportCallback) ();Copy to clipboard ## Parameters | Parameter | API type | Data type | Description | | --- | --- | --- | --- | | location | Java | Location |
[Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_location.html)
| | location | Native | gtp\_Location |
[Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_location.html)
| | | | | | **Parent Topic:** [GTP subsystem callback interfaces](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_subsystem_callback_interfaces.html) Last Published: Nov 14, 2024 [Previous Topic GTP subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/gtp_subsystem_callback_interfaces.md) [Next Topic GTP enums](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/gtp_enums.md)