requestNextTrips

suspend fun requestNextTrips(numberOfResults: Int = 5): Result<TripDeliveryDto>

Load further trips according to your last trip item of the tripResult list. Need to do a requestTrips call first!

Return

TripDeliveryDto with next trips that are not already returned

Parameters

numberOfResults

The number of results that should be loaded after the current first trip