InstructionItem

data class InstructionItem(val image: Bitmap?, val instructionText: String, val instructionDistance: String, var isCurrentInstruction: Boolean = false)

An item representing an instruction

Constructors

Link copied to clipboard
constructor(image: Bitmap?, instructionText: String, instructionDistance: String, isCurrentInstruction: Boolean = false)

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
Link copied to clipboard