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.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public List<string> RoadNumbers { get; }

    Property Value

    Type Description
    List<String>

    A list of road numbers.

    See Also