switchRouteSegment

abstract fun switchRouteSegment(routeSegment: RoutePathSegment)

Change path drawing to another route segment within the same route If you want to change to another route segment, use switchRoute} instead.

Parameters

routeSegment

The route segment you want to switch.

See also