copy

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

Deprecated

This will be removed 6 months after the next release.

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.