# 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<br> |
| Native | wwan\_standard\_Location |

**Parent Topic:** WWAN standard subsystem callback interfaces

Last Published: Nov 14, 2024

Previous Topic
 
WWAN standard subsystem callback interfaces Next Topic

WWAN standard enums