RouteInstructionsType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
|
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
Azure SDK for .NET