CategoryId

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

The POI category identifier for online and onboard POI categories.

Parameters

standard

The standard POI category identifier with semantic information.

mapSpecific

Optional map specific identifier without any semantic information.

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

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
val standard: StandardCategoryId