Skip to main content
All docs
V25.1
  • AzureRouteInstructionsType Enum

    Lists values that specify how instruction text is formed.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public enum AzureRouteInstructionsType

    Members

    Name Description
    None

    The instruction type is not set.

    Coded

    Instructions are in coded, non human-readable format.

    Tagged

    Instructions contain plain human-readable text with tags which you can parse. For example: “Turn left onto <roadNumber>A4</roadNumber>/<roadNumber>E19</roadNumber> towards <signpostText>Den Haag</signpostText>“

    Text

    Instructions are human-readable messages.

    Related API Members

    The following properties accept/return AzureRouteInstructionsType values:

    See Also