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, exitIconReference: IconReference? = null, towardName: TextWithPhonetics? = null)
Creates an instance of Signpost.
constructor(exitNumber: TextWithPhonetics? = null, exitName: TextWithPhonetics? = null, towardName: TextWithPhonetics? = null)
Properties
Link copied to clipboard
Signpost exit icon reference. It can be used in connection with the com.tomtom.sdk.asset.RoadShieldIconProvider to obtain an exit shield image.
Link copied to clipboard
Signpost exit name.
Link copied to clipboard
Signpost exit number.
Link copied to clipboard
Signpost toward name.
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.