CategoryId
Class representing the POI category identifier for online and offline POI categories.
Constructors
Link copied to clipboard
creates a new instance of the CategoryId object.
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.