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.
Parameters
exitName 
Signpost exit name.
exitNumber 
Signpost exit number.
towardName 
Signpost toward name.
Constructors
Link copied to clipboard
                  constructor(exitNumber: TextWithPhonetics? = null, exitName: TextWithPhonetics? = null, towardName: TextWithPhonetics? = null)