TripLocationUpdatesListener
Last updated
onLocationReceived()A listener that is invoked with the user's current location during a trip.
void onLocationReceived(@NonNull TripLocation tripLocation);tripLocation
Location of the user during the trip. See TripLocation.
Last updated