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
Related API Members
The following members return TrafficIncidentCalculationResult objects:
Remarks
Use the IncidentResults property to access a list of traffic incidents.
Inheritance
Object
RequestResultBase
TrafficIncidentCalculationResult
See Also