Aracılığıyla paylaş


RouteInstructionsType Struct

Definition

The RouteInstructionsType.

public readonly struct RouteInstructionsType : IEquatable<Azure.Maps.Routing.RouteInstructionsType>
type RouteInstructionsType = struct
Public Structure RouteInstructionsType
Implements IEquatable(Of RouteInstructionsType)
Inheritance
RouteInstructionsType
Implements

Constructors

RouteInstructionsType(String)

Initializes a new instance of RouteInstructionsType.

Properties

Coded

Returns raw instruction data without human-readable messages.

Tagged

Returns raw instruction data with tagged human-readable messages to permit formatting. A human-readable message is built up from repeatable identified elements. These are tagged to allow client applications to format them correctly. The following message components are tagged when instructionsType=tagged: street, roadNumber, signpostText, exitNumber, roundaboutExitNumber.

Example of tagged 'Turn left' message:​

Turn left onto &lt;roadNumber&gt;A4&lt;/roadNumber&gt;/&lt;roadNumber&gt;E19&lt;/roadNumber&gt;
towards &lt;signpostText&gt;Den Haag&lt;/signpostText&gt;
Text

Returns raw instructions data with human-readable messages in plain text.

Methods

Equals(RouteInstructionsType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RouteInstructionsType, RouteInstructionsType)

Determines if two RouteInstructionsType values are the same.

Implicit(String to RouteInstructionsType)

Converts a string to a RouteInstructionsType.

Inequality(RouteInstructionsType, RouteInstructionsType)

Determines if two RouteInstructionsType values are not the same.

Applies to