Back to Devexpress

TrafficIncidentCalculationResult Class

wpf-devexpress-dot-xpf-dot-map-a64a9038.md

latest2.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[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
vb
<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
    Inherits 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

TrafficIncidentCalculationResult Members

DevExpress.Xpf.Map Namespace