Skip to main content
All docs
V24.1

BingTrafficIncidentDataProvider.Options Property

Returns the options that the provider uses when it requests traffic incidents.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingTrafficIncidentOptions Options { get; set; }

Property Value

Type Description
BingTrafficIncidentOptions

Stores the options applied to the traffic incident request.

See Also