MapLibreTracerouteMap

fun MapLibreTracerouteMap(forwardRoute: List<Int>, returnRoute: List<Int>, nodeLookup: Map<Int, Node>, modifier: Modifier = Modifier, customBasemaps: @Composable () -> List<Basemap.Raster> = { customRasterBasemaps() })(source)

Traceroute result map: forward and return paths plus the hops they pass through.

The Google flavor reaches this through its main map composable, so it arrives with the toolbar and the basemap already chosen. Here it is its own composable and has to ask for both. No filter: a traceroute is the route it is, and there is nothing on it the main map's filters apply to.