AzureRouteOptions.InstructionsType Property
Gets or sets how instructions are formed.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
AzureRouteInstructionsType | 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