Signpost

data 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.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

exitName

Signpost exit name.

exitNumber

Signpost exit number.

towardName

Signpost toward name.

Constructors

Link copied to clipboard
fun Signpost(exitNumber: TextWithPhonetics? = null, exitName: TextWithPhonetics? = null, towardName: TextWithPhonetics? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard