Instruction

data class Instruction(pathIndex: Int, location: Coords, descriptionText: String, descriptionFormat: String?, descriptionFormatReplacements: List<InstructionDescriptionFormatReplacement>?, type: InstructionType?, typeDirection: InstructionDirection?, bearingBefore: Float, bearingAfter: Float)

Properties

Link copied to clipboard
val bearingAfter: Float
Link copied to clipboard
val bearingBefore: Float
Link copied to clipboard
val descriptionFormat: String?
Link copied to clipboard
Link copied to clipboard
val descriptionText: String
Link copied to clipboard
val location: Coords
Link copied to clipboard
val pathIndex: Int
Link copied to clipboard
val type: InstructionType?
Link copied to clipboard
val typeDirection: InstructionDirection?

Extensions

Link copied to clipboard
val Instruction.isArrive: Boolean
Link copied to clipboard
val Instruction.isDepart: Boolean