Skip to main content
All docs
V25.1
  • AzureRouteSummary.TrafficDelaySeconds Property

    Gets the estimated delay in seconds caused by the real-time incident(s) according to traffic information.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public int TrafficDelaySeconds { get; }

    Property Value

    Type Description
    Int32

    The estimated delay in seconds.

    Remarks

    For routes planned with departure time in the future, delay is always 0.

    See Also