sdk-routing / com.tomtom.online.sdk.routing.route.information / InstructionGroup

InstructionGroup

@Beta(2020, 12) data class InstructionGroup : Serializable

This groups a sequence of instruction elements which are related to each other.

Parameters

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.

Properties

firstInstructionIndex

val firstInstructionIndex: Int

The bottom sequence range constraint.

groupLengthInMeters

val groupLengthInMeters: Int

The length of the grouped instructions in meters.

groupMessage

val groupMessage: String?

The summary message returned when available.

lastInstructionIndex

val lastInstructionIndex: Int

The top sequence range constraint.