CategoryId

data class CategoryId(val standard: StandardCategoryId, val mapSpecific: String? = null)

The POI category identifier for online and offline POI categories.

Constructors

Link copied to clipboard
constructor(standard: StandardCategoryId, mapSpecific: String? = null)

Properties

Link copied to clipboard
val mapSpecific: String? = null

Optional map specific identifier without any semantic information.

Link copied to clipboard

The standard POI category identifier with semantic information.