@Beta(2020, 12) data class Classification : Serializable
A POI's (Points of Interest) classification.
code
- The code of the classification.
names
- The names of the classification.
val code: String
The code of the classification. |
|
val names: List<ClassificationName>
The names of the classification. |