Instruction
data class Instruction(pathIndex: Int, location: Coords, descriptionText: String, descriptionFormat: String?, descriptionFormatReplacements: List<InstructionDescriptionFormatReplacement>?, type: InstructionType?, typeDirection: InstructionDirection?, bearingBefore: Float, bearingAfter: Float)
Content copied to clipboard
Properties
Link copied to clipboard
val descriptionFormatReplacements: List<InstructionDescriptionFormatReplacement>?
Content copied to clipboard