Skip to main content
All docs
V24.2

AzureTrafficIncidentResult Constructors

Contains a traffic incident information response obtained from the Azure Maps service.
Name Parameters Description
AzureTrafficIncidentResult(String, String, GeoPoint, AzureTrafficIconCategory, AzureTrafficDelayMagnitude, GeoPoint, GeoPoint, Int32, String, DateTime, DateTime, String, String, Int32, Int32, String) id, cause, point, iconCategory, delayMagnitude, coordinateBottomLeft, coordinateTopRight, clusterSize, description, startDate, endDate, fromLocationName, toLocationName, lengthMeters, delaySeconds, roadNames Initializes a new instance of the AzureTrafficIncidentResult class with specified settings.
See Also