holoride
Search Results for

    Show / Hide Table of Contents

    Struct TravelInformationState

    The TravelInformation state contains information based on the current location and route driven such as the estimated time to arrival.

    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [Serializable]
    public struct TravelInformationState

    Fields

    CurrentSpeedSegment

    The speed segment based on the current location.

    Declaration
    public SpeedSegment CurrentSpeedSegment
    Field Value
    Type Description
    SpeedSegment

    CurrentTravelDistanceMeter

    The distance in meters moved along the route.

    Declaration
    public float CurrentTravelDistanceMeter
    Field Value
    Type Description
    float

    CurrentTravelDurationSec

    The time in seconds since the travel started.

    Declaration
    public double CurrentTravelDurationSec
    Field Value
    Type Description
    double

    RemainingTravelDistanceMeter

    The remaining distance in meters until the end of the route.

    Declaration
    public float RemainingTravelDistanceMeter
    Field Value
    Type Description
    float

    RemainingTravelDurationSec

    The estimated remaining time in seconds that remain until arriving at the destination.

    Declaration
    public double RemainingTravelDurationSec
    Field Value
    Type Description
    double

    Properties

    TotalEstimatedTravelDistanceMeter

    Gets the estimated total distance until the end of the route.

    Declaration
    public float TotalEstimatedTravelDistanceMeter { get; }
    Property Value
    Type Description
    float

    TotalEstimatedTravelDurationSec

    Gets the total estimated time of travel.

    Declaration
    public double TotalEstimatedTravelDurationSec { get; }
    Property Value
    Type Description
    double

    Methods

    Equals(TravelInformationState, TravelInformationState)

    Declaration
    public bool Equals(TravelInformationState x, TravelInformationState y)
    Parameters
    Type Name Description
    TravelInformationState x
    TravelInformationState y
    Returns
    Type Description
    bool

    Equals(TravelInformationState)

    Declaration
    public bool Equals(TravelInformationState other)
    Parameters
    Type Name Description
    TravelInformationState other
    Returns
    Type Description
    bool

    GetHashCode(TravelInformationState)

    Declaration
    public int GetHashCode(TravelInformationState obj)
    Parameters
    Type Name Description
    TravelInformationState obj
    Returns
    Type Description
    int

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint