Show / Hide Table of Contents

Class RouterDbExtensions

Contains extension methods related to elevation for the routerdb.

Inheritance
System.Object
RouterDbExtensions
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 RouterDbExtensions

Methods

AddElevation(RouterDb)

Adds elevation to the given routerdb using the default elevation provider.

Declaration
public static void AddElevation(this RouterDb routerDb)
Parameters
RouterDb routerDb

AddElevation(RouterDb, ElevationHandler.GetElevationDelegate)

Adds elevation to the given routerdb using the given elevation provider.

Declaration
public static void AddElevation(this RouterDb routerDb, ElevationHandler.GetElevationDelegate getElevationFunc)
Parameters
RouterDb routerDb

ElevationHandler.GetElevationDelegate getElevationFunc

Back to top Built by Itinero, MIT licensed.