你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RouteInstructionsType 结构

定义

RouteInstructionsType。

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

构造函数

RouteInstructionsType(String)

初始化 RouteInstructionsType 的新实例。

属性

Coded

返回没有人工可读消息的原始指令数据。

Tagged

返回原始指令数据,其中包含标记的人类可读消息,以允许格式设置。 用户可读消息是从可重复的标识元素生成的。 这些标记经过标记,使客户端应用程序能够正确设置它们的格式。 当 instructionsType=tagged 时标记以下消息组件:street、roadNumber、signpostText、exitNumber、roundaboutExitNumber。

标记的“左转”消息的示例:

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

以纯文本形式返回具有人类可读消息的原始指令数据。

方法

Equals(RouteInstructionsType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(RouteInstructionsType, RouteInstructionsType)

确定两个 RouteInstructionsType 值是否相同。

Implicit(String to RouteInstructionsType)

将字符串转换为 RouteInstructionsType

Inequality(RouteInstructionsType, RouteInstructionsType)

确定两个 RouteInstructionsType 值是否不相同。

适用于