Show / Hide Table of Contents

Struct EdgeData

Represents data attached to an edge in a routing network.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct EdgeData

Properties

Distance

Gets or sets the distance.

Declaration
public float Distance { get; set; }
Property Value
System.Single

MetaId

Gets or sets the attributes id.

Declaration
public uint MetaId { get; set; }
Property Value
System.UInt32

Profile

Gets or sets the profile id.

Declaration
public ushort Profile { get; set; }
Property Value
System.UInt16

Back to top Built by Itinero, MIT licensed.