# 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 | <br>                                    Location                                    <br> |
| Native | precise\_gtp\_Location |

**Parent Topic:** Precise GTP subsystem callback interfaces

Last Published: Nov 14, 2024

Previous Topic
 
Precise GTP subsystem callback interfaces Next Topic

Precise GTP enums