Back to Devexpress

AzureRouteOptions.InstructionsType Property

wpf-devexpress-dot-xpf-dot-map-dot-azurerouteoptions-85c3e6b4.md

latest1.5 KB
Original Source

AzureRouteOptions.InstructionsType Property

Gets or sets how instructions are formed.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public AzureRouteInstructionsType InstructionsType { get; set; }
vb
Public Property InstructionsType As AzureRouteInstructionsType

Property Value

TypeDescription
AzureRouteInstructionsType

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.Xpf.Map Namespace