InstructionItem
data class InstructionItem(val image: Bitmap?, val instructionText: String, val instructionDistance: String, var isCurrentInstruction: Boolean = false)
An item representing an instruction
Properties
Link copied to clipboard
the Instruction image
Link copied to clipboard
the distance from the previous Instruction to this Instruction
Link copied to clipboard
the textual Instruction
Link copied to clipboard