followWays

fun followWays(fromIntersection: Intersection, ways: MutableList<Pair<Boolean, Way>>, depth: Int = 0, optionalEarlyPredicate: (Way, Way?) -> Boolean? = null)