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

    Returns the number(s) of a highway exit taken by the current maneuver. If an exit has multiple exit numbers, they are separated by “,” and can be aggregated by “-“, for example, “10, 13-15”.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public string ExitNumber { get; }

    Property Value

    Type Description
    String

    A string that contains the number(s) of a highway exit.

    See Also