Instruction
data class Instruction(val instructionType: InstructionType, val text: String, val drawableResId: Int)
Represents a single instruction in a route, including its type, display text, and drawable resource ID.
Represents a single instruction in a route, including its type, display text, and drawable resource ID.