getRoutePath

fun getRoutePath(routePathType: RoutePathType): RoutePath?

Returns the corresponding RoutePath for the given RoutePathType, if available.

Return

The corresponding RoutePath, or null if the type is unrecognized or unsupported.

Parameters

routePathType

The type of route path to retrieve.