Skip to main content
All docs
V25.1
  • TrafficIncidentCalculationResult Class

    OBSOLETE

    This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf

    Contains results of a request to a web service for traffic incident information.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    [Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
    [PreferableMember("TrafficIncidentCalculationResult", "", "")]
    public class TrafficIncidentCalculationResult :
        RequestResultBase

    The following members return TrafficIncidentCalculationResult objects:

    Remarks

    Use the IncidentResults property to access a list of traffic incidents.

    Inheritance

    Object
    RequestResultBase
    TrafficIncidentCalculationResult
    See Also