Signpost
class Signpost(val exitNumber: TextWithPhonetics? = null, val exitName: TextWithPhonetics? = null, val towardName: TextWithPhonetics? = null)
The Signpost class contains information about the signpost for the Instruction.
Constructors
Link copied to clipboard
constructor(exitNumber: TextWithPhonetics? = null, exitName: TextWithPhonetics? = null, towardName: TextWithPhonetics? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(exitNumber: TextWithPhonetics? = this.exitNumber, exitName: TextWithPhonetics? = this.exitName, towardName: TextWithPhonetics? = this.towardName): Signpost
Creates a copy of this Signpost object.