open class InstructionGroup : Serializable
This groups a sequence of instruction elements which are related to each other.
InstructionGroup()
Empty constructor for the InstructionGroup(firstInstructionIndex: Int, lastInstructionIndex: Int, groupMessage: String!, groupLengthInMeters: Int)
Default constructor for the |
var firstInstructionIndex: Int
The bottom sequence range constraint. |
|
var groupLengthInMeters: Int
The length of the grouped instructions in meters. |
|
var groupMessage: String!
The summary message returned when available. |
|
var lastInstructionIndex: Int
The top sequence range constraint. |
open fun getFirstInstructionIndex(): Int
Returns the bottom sequence range constraint. |
|
open fun getGroupLengthInMeters(): Int
Returns the length of the grouped instructions in meters. |
|
open fun getGroupMessage(): String!
Returns the summary message returned when available. |
|
open fun getLastInstructionIndex(): Int
Returns the top sequence range constraint. |
|
open fun toString(): String |