Struct TravelInformationState
The TravelInformation state contains information based on the current location and route driven such as the estimated time to arrival.
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
[Serializable]
public struct TravelInformationState
Fields
The speed segment based on the current location.
Declaration
public SpeedSegment CurrentSpeedSegment
Field Value
The distance in meters moved along the route.
Declaration
public float CurrentTravelDistanceMeter
Field Value
The time in seconds since the travel started.
Declaration
public double CurrentTravelDurationSec
Field Value
RemainingTravelDistanceMeter
The remaining distance in meters until the end of the route.
Declaration
public float RemainingTravelDistanceMeter
Field Value
RemainingTravelDurationSec
The estimated remaining time in seconds that remain until arriving at the destination.
Declaration
public double RemainingTravelDurationSec
Field Value
Properties
Gets the estimated total distance until the end of the route.
Declaration
public float TotalEstimatedTravelDistanceMeter { get; }
Property Value
Gets the total estimated time of travel.
Declaration
public double TotalEstimatedTravelDurationSec { get; }
Property Value
Methods
Declaration
public bool Equals(TravelInformationState x, TravelInformationState y)
Parameters
Returns
Declaration
public bool Equals(TravelInformationState other)
Parameters
Returns
Declaration
public int GetHashCode(TravelInformationState obj)
Parameters
Returns
Declaration
public override string ToString()
Returns
Overrides