MapsRoutingModelFactory.RouteInstructionGroup Method
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.
Initializes a new instance of 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
Parameters
Index of the first instruction in the instructions and belonging to this group.
Index of the last instruction in the instructions and belonging to this group.
- groupMessage
- String
Summary message when human-readable text messages are requested for guidance (instructionType=text or tagged).
Returns
A new RouteInstructionGroup instance for mocking.
Applies to
Azure SDK for .NET