Show / Hide Table of Contents

Class RouteBuilderExtensions

Contains extension methods related to route builders.

Inheritance
System.Object
RouteBuilderExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class RouteBuilderExtensions

Methods

AddBranches(List<Route.Branch>, RouterDb, Int32, UInt32, UInt32, UInt32)

Adds branches for the given vertex.

Declaration
public static void AddBranches(this List<Route.Branch> branches, RouterDb routerDb, int shape, uint vertex, uint previousEdge, uint nextVertex)
Parameters
List<Route.Branch> branches

RouterDb routerDb

System.Int32 shape

System.UInt32 vertex

System.UInt32 previousEdge

System.UInt32 nextVertex

Back to top Built by Itinero, MIT licensed.