- the routing modules set the "distance" field in the pt routes, understood as the sum of bee-fly distances between passed-by stops.
- the travel disutility uses the "TravelScoringFunction" which defines the generalized cost, including distance
- this implied to pass the methods of this class public rather than protected
- the scoring function uses the "network" distance rather than the bee-fly one