RouteInstructionGroupOutput interface
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.
Properties
first |
Index of the first instruction in the instructions and belonging to this group. |
group |
Length of the group. |
group |
Summary message when human-readable text messages are requested for guidance (instructionType=text or tagged). |
last |
Index of the last instruction in the instructions and belonging to this group. |
Property Details
firstInstructionIndex
Index of the first instruction in the instructions and belonging to this group.
firstInstructionIndex?: number
Property Value
number
groupLengthInMeters
Length of the group.
groupLengthInMeters?: number
Property Value
number
groupMessage
Summary message when human-readable text messages are requested for guidance (instructionType=text or tagged).
groupMessage?: string
Property Value
string
lastInstructionIndex
Index of the last instruction in the instructions and belonging to this group.
lastInstructionIndex?: number
Property Value
number
Azure SDK for JavaScript