Struct RoutingTile
Represents a data point in the tile based isochrone builder.
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 RoutingTile
Properties
Count
The number of samples.
Declaration
public int Count { get; set; }
Property Value
|
System.Int32
|
Index
The tile this data is for.
Declaration
public TileIndex Index { get; set; }
Property Value
|
TileIndex
|
Weight
The sample weight.
Declaration
public float Weight { get; set; }
Property Value
|
System.Single
|