CategoryId
Class representing the POI category identifier for online and offline POI categories.
Properties
Functions
Link copied to clipboard
Returns the standard POI category identifier with semantic information.
Link copied to clipboard
Returns the optional map specific identifier without any semantic information.
Link copied to clipboard
fun copy(standard: StandardCategoryId = this.standard, mapSpecific: String? = this.mapSpecific): CategoryId
Creates a copy of this CategoryId object.