Back to Devexpress

AzureRouteInstructionsType Enum

windowsforms-devexpress-dot-xtramap-f167a53b.md

latest1.3 KB
Original Source

AzureRouteInstructionsType Enum

Lists values that specify how instruction text is formed.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraMap Namespace