getRoute

suspend fun NavManagerService.getRoute(routeId: String): Result<Route>

Retrieves detailed information about a specific route by its ID.

Return

Result containing the Route object with detailed route information, or an error if the route ID is not found or invalid

Parameters

routeId

The unique identifier of the route to retrieve