FareLegJoinRule
data class FareLegJoinRule(val fromNetworkId: String, val toNetworkId: String, val fromStopId: String? = null, val toStopId: String? = null)(source)
Defines when two consecutive legs with a transfer should be considered as a single effective fare leg.
This class represents a record in the fare_leg_join_rules.txt file.
Properties
Link copied to clipboard
Matches a pre-transfer leg that uses the specified route network.
Link copied to clipboard
Matches a pre-transfer leg that ends at the specified stop or station.
Link copied to clipboard
Matches a post-transfer leg that uses the specified route network.
Link copied to clipboard
Matches a post-transfer leg that starts at the specified stop or station.