It would be very convenient if you could mutate the time that is calculated, without needing to perform additional processing of the data outside of the package.
Time
If we use the demo as an example, it currently returns the information in seconds. What I propose would do the following.
$journey->duration()->toMinutes()
This would then return, for example, 5 mins. Additional options would also be really handy, e.g. toHours().
Distance
Something similar could also be done to the distance.
$journey->distance()->toMiles()