@Beta(2020, 12) data class InstructionGroup : Serializable
This groups a sequence of instruction elements which are related to each other.
firstInstructionIndex
- The bottom sequence range constraint.
lastInstructionIndex
- The top sequence range constraint.
groupMessage
- The summary message returned when available.
groupLengthInMeters
- The length of the grouped instructions in meters.
val firstInstructionIndex: Int
The bottom sequence range constraint. |
|
val groupLengthInMeters: Int
The length of the grouped instructions in meters. |
|
val groupMessage: String?
The summary message returned when available. |
|
val lastInstructionIndex: Int
The top sequence range constraint. |