copy
fun copy(exitNumber: TextWithPhonetics? = this.exitNumber, exitName: TextWithPhonetics? = this.exitName, towardName: TextWithPhonetics? = this.towardName): Signpost
Deprecated
This will be removed 6 months after the next release.
Replace with
Use constructor to create the copy
Content copied to clipboard
Creates a copy of this Signpost object.
Parameters
exitName
Signpost exit name.
exitNumber
Signpost exit number.
towardName
Signpost toward name.