Back to Devexpress

AzureRouteInstructionsType Enum

wpf-devexpress-dot-xpf-dot-map-b8b65232.md

latest1.3 KB
Original Source

AzureRouteInstructionsType Enum

Lists values that specify how instruction text is formed.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum AzureRouteInstructionsType
vb
Public Enum AzureRouteInstructionsType

Members

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.

|

The following properties accept/return AzureRouteInstructionsType values:

See Also

DevExpress.Xpf.Map Namespace