Show / Hide Table of Contents

Interface IRouteBuilder

Abstract representation of a route builder.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IRouteBuilder

Methods

TryBuild<T>(RouterDb, Profile, RouterPoint, RouterPoint, EdgePath<T>)

Tries to build a route for the given profile/source/target and path.

Declaration
Result<Route> TryBuild<T>(RouterDb db, Profile profile, RouterPoint source, RouterPoint target, EdgePath<T> path)
Parameters
RouterDb db

Profile profile

RouterPoint source

RouterPoint target

EdgePath<T> path

Returns
Result<Route>

Type Parameters
T

Back to top Built by Itinero, MIT licensed.