Back to Devexpress

AzureRouteOptions.InstructionsType Property

windowsforms-devexpress-dot-xtramap-dot-azurerouteoptions-b1fd7671.md

latest1.6 KB
Original Source

AzureRouteOptions.InstructionsType Property

Gets or sets how instructions are formed.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(AzureRouteSectionType.None)]
public AzureRouteInstructionsType InstructionsType { get; set; }
vb
<DefaultValue(AzureRouteSectionType.None)>
Public Property InstructionsType As AzureRouteInstructionsType

Property Value

TypeDefaultDescription
AzureRouteInstructionsTypeNone

The instruction format type.

|

Available values:

NameDescription
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

AzureRouteOptions Class

AzureRouteOptions Members

DevExpress.XtraMap Namespace