Struct SpeedSegment
Segments along the route defined by the distance and speed category.
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[Serializable]
public struct SpeedSegment
Fields
Category
The speed category for this interval.
Declaration
public SpeedCategory Category
Field Value
Segment
Segment describing the start and end distance along the route.
Declaration
Field Value
Methods
Equals(SpeedSegment)
Declaration
public bool Equals(SpeedSegment other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides