次の方法で共有


MapsRoutingModelFactory.RouteInstructionGroup メソッド

定義

RouteInstructionGroup の新しいインスタンスを初期化します。

public static Azure.Maps.Routing.Models.RouteInstructionGroup RouteInstructionGroup (int? firstInstructionIndex = default, int? lastInstructionIndex = default, int? groupLengthInMeters = default, string groupMessage = default);
static member RouteInstructionGroup : Nullable<int> * Nullable<int> * Nullable<int> * string -> Azure.Maps.Routing.Models.RouteInstructionGroup
Public Shared Function RouteInstructionGroup (Optional firstInstructionIndex As Nullable(Of Integer) = Nothing, Optional lastInstructionIndex As Nullable(Of Integer) = Nothing, Optional groupLengthInMeters As Nullable(Of Integer) = Nothing, Optional groupMessage As String = Nothing) As RouteInstructionGroup

パラメーター

firstInstructionIndex
Nullable<Int32>

命令内の最初の命令と、このグループに属するインデックス。

lastInstructionIndex
Nullable<Int32>

命令の最後の命令のインデックスで、このグループに属します。

groupLengthInMeters
Nullable<Int32>

グループの長さ。

groupMessage
String

人間が判読できるテキスト メッセージがガイダンスを求められた場合の概要メッセージ (instructionType=text またはタグ付け)。

戻り値

モック作成用の新しい RouteInstructionGroup インスタンス。

適用対象