Skip to main content
All docs
V25.1
  • BingTrafficIncidentResult.LocationCodes Property

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

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public string[] LocationCodes { get; }

    Property Value

    Type Description
    String[]

    A collection of traffic location codes.

    See Also