copy

fun copy(id: String = this.id, source: Source = this.source): PoiId

Creates a copy of this PoiId object.

Return

The copied PoiId object.

Parameters

id

The new identifier, defaults to the current value.

source

The new source, defaults to the current value.