PMPoiCategoryResult

data class PMPoiCategoryResult(val category: PMCmdPoiCategory, val name: String? = null, val language: String? = null)

POI category response

Constructors

Link copied to clipboard
fun PMPoiCategoryResult(category: PMCmdPoiCategory, name: String? = null, language: String? = null)

Properties

Link copied to clipboard

Category of result
Default value is PMCmdPoiCategory.None

Link copied to clipboard
val language: String? = null

Language of the category name in ISO 639 standard

Link copied to clipboard
val name: String? = null

Localized name of the category