Skip to main content
All docs
V25.1
  • AzureRouteInstruction.RoadNumbers Property

    Return a list of road numbers (for example, “E34”, “N205”) to follow after the maneuver.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<string> RoadNumbers { get; }

    Property Value

    Type Description
    List<String>

    A list of road numbers.

    See Also