copy

fun copy(standard: StandardCategoryId = this.standard, mapSpecific: String? = this.mapSpecific): CategoryId

Creates a copy of this CategoryId object.

Return

The copied CategoryId object.

Parameters

standard

The new standard POI category identifier, defaults to the current value.

mapSpecific

The new map specific identifier, defaults to the current value.