TripLocationUpdatesListener

TripLocationUpdatesListener API

onLocationReceived()

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

void onLocationReceived(@NonNull TripLocation tripLocation);
Parameters

tripLocation

Location of the user during the trip. See TripLocation.

Last updated