copy

fun copy(exitNumber: TextWithPhonetics? = this.exitNumber, exitName: TextWithPhonetics? = this.exitName, towardName: TextWithPhonetics? = this.towardName): Signpost

Deprecated

This will be removed from future releases after 2025-03-31.

Replace with

Use constructor to create the copy

Creates a copy of this Signpost object.

Parameters

exitName

Signpost exit name.

exitNumber

Signpost exit number.

towardName

Signpost toward name.