RouteProposalSelector

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface RouteProposalSelector

Responsible for selecting a route proposal inside RouteReplanningEngine.

Functions

Link copied to clipboard
abstract fun select(refreshedRoutePlan: RoutePlan, alternatives: List<Route>): ReplannedRoute

Selects refreshed route or picks one of the proposed alternatives.