Classification

data class Classification(val code: String, val names: List<ClassificationName>)

A Points of Interest classification.

Parameters

code

The code of the classification.

names

The names of the classification.

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

Constructors

Link copied to clipboard
fun Classification(code: String, names: List<ClassificationName>)

Properties

Link copied to clipboard
val code: String
Link copied to clipboard
val names: List<ClassificationName>