Skip to main content
A newer version of this page is available. .
All docs
V21.2

BingTrafficIncidentResult(GeoPoint, String, String, DateTime, DateTime, Int64, String, DateTime, Boolean, BingTrafficIncidentSeverity, GeoPoint, String[], BingTrafficIncidentType, Boolean) Constructor

Initializes a new instance of the BingTrafficIncidentResult class with specified settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingTrafficIncidentResult(
    GeoPoint point,
    string congestionInfo,
    string description,
    DateTime startTime,
    DateTime endTime,
    long incidentId,
    string laneInfo,
    DateTime lastModified,
    bool roadClosed,
    BingTrafficIncidentSeverity severity,
    GeoPoint toPoint,
    string[] locationCodes,
    BingTrafficIncidentType type,
    bool verified
)

Parameters

Name Type
point GeoPoint
congestionInfo String
description String
startTime DateTime
endTime DateTime
incidentId Int64
laneInfo String
lastModified DateTime
roadClosed Boolean
severity BingTrafficIncidentSeverity
toPoint GeoPoint
locationCodes String[]
type BingTrafficIncidentType
verified Boolean
See Also