Skip to main content
All docs
V25.1
  • 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.v25.1.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