Skip to main content
All docs
V23.2

BingTrafficIncidentDataProvider.Options Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.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