# TripLocationUpdatesListener

## TripLocationUpdatesListener API

### `onLocationReceived()`

A listener that is invoked with the user's current location during a trip.

```java
void onLocationReceived(@NonNull TripLocation tripLocation);
```

<table><thead><tr><th width="206">Parameters</th><th></th></tr></thead><tbody><tr><td>tripLocation</td><td>Location of the user during the trip. See <a href="triplocation">TripLocation</a>.</td></tr></tbody></table>
