Show / Hide Table of Contents

Struct Speed

A speed returned by a routing profile to influence routing.

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 Speed

Properties

Direction

Gets or sets the direction.

Declaration
public short Direction { get; set; }
Property Value
System.Int16

NoSpeed

Returns a default speed represent a non-value.

Declaration
public static Speed NoSpeed { get; }
Property Value
Speed

Value

Gets or sets the value in m/s.

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

Back to top Built by Itinero, MIT licensed.