AzureTrafficIncidentDataProvider.RequestTrafficIncidents(SearchBoundingBox, Int32, Int32, AzureTrafficIncidentOptions) Method
Requests incidents for the specified region.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public void RequestTrafficIncidents(
SearchBoundingBox boundingBox,
int boundingZoom,
int trafficModelId,
AzureTrafficIncidentOptions options
)
Parameters
Name | Type | Description |
---|---|---|
boundingBox | SearchBoundingBox | Limits the area for the traffic incident request. |
boundingZoom | Int32 | Zoom level for the desired tile. Specify 0 to 22 for raster and vector tiles. |
trafficModelId | Int32 | A number referencing traffic model that is valid for two minutes. A value of -1 always invokes the most recent traffic model. |
options | AzureTrafficIncidentOptions | An |
See Also