CategoryId

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

The POI category identifier for online and offline POI categories.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

standard

The standard POI category identifier with semantic information.

mapSpecific

Optional map specific identifier without any semantic information.

Constructors

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

Properties

Link copied to clipboard
val mapSpecific: String? = null
Link copied to clipboard