app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.geoengine.mvttranslation
/
Way
/
followWays
follow
Ways
fun
followWays
(
fromIntersection
:
Intersection
,
ways
:
MutableList
<
Pair
<
Boolean
,
Way
>
>
,
depth
:
Int
=
0
,
optionalEarlyPredicate
:
(
Way
,
Way
?
)
->
Boolean
?
=
null
)