Skip to main content
All docs
V23.2

BingTrafficIncidentResult.LocationCodes Property

Returns a collection of traffic location codes if IncludeLocationCodes is enabled.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string[] LocationCodes { get; }

Property Value

Type Description
String[]

A collection of traffic location codes.

See Also