Skip to main content
All docs
V25.1
  • AzureRouteOptions.InstructionsType Property

    Gets or sets how instructions are formed.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(AzureRouteSectionType.None)]
    public AzureRouteInstructionsType InstructionsType { get; set; }

    Property Value

    Type Default Description
    AzureRouteInstructionsType None

    The instruction format type.

    Available values:

    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.

    See Also