For the complete documentation index, see llms.txt. This page is also available as Markdown.

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