wpf-devexpress-dot-xpf-dot-map-a64a9038.md
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
[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
<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:
Use the IncidentResults property to access a list of traffic incidents.
Object RequestResultBase TrafficIncidentCalculationResult
See Also