# ILocationReportCallback

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

Callback through which location is reported.

## Java

    public interface ILocationReportCallback { void onValues(WWAN_STANDARD.Location var1); }Copy to clipboard

## Native

    typedef void (*wwan_standard_LocationReportCallback) (wwan_standard_Location location);Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| location | Java | Location | <br>                                    [Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location.html)<br> |
| location | Native | wwan\_standard\_Location | <br>                                    [Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location.html)<br> |
|  |  |  |  |

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

Last Published: Nov 14, 2024

[Previous Topic
WWAN standard subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/wwan_standard_subsystem_callback_interfaces.md) [Next Topic
WWAN standard enums](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/wwan_standard_enums.md)