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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String