RouteInstructionGroup Class
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.
Groups a sequence of instruction elements which are related to each other. The sequence range is constrained with firstInstructionIndex and lastInstructionIndex. When human-readable text messages are requested for guidance (instructionType=text or tagged), then the instructionGroup has a summary message returned when available.
public class RouteInstructionGroup
type RouteInstructionGroup = class
Public Class RouteInstructionGroup
- Inheritance
-
RouteInstructionGroup
Properties
FirstInstructionIndex |
Index of the first instruction in the instructions and belonging to this group. |
GroupLengthInMeters |
Length of the group. |
GroupMessage |
Summary message when human-readable text messages are requested for guidance (instructionType=text or tagged). |
LastInstructionIndex |
Index of the last instruction in the instructions and belonging to this group. |
Applies to
Azure SDK for .NET