Signpost
data class Signpost( val exitNumber: TextWithPhonetics? = null, val exitName: TextWithPhonetics? = null, val towardName: TextWithPhonetics? = null)
Content copied to clipboard
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)
Content copied to clipboard