open class Classification : Serializable
A POI's (Points of Interest) classification retrieved via a Search Request.
Classification()
Empty constructor for the Classification(code: String!, names: Array<ClassificationName!>!)
Default constructor for the |
var code: String!
The code of the classification. -- GETTER -- |
|
var names: Array<ClassificationName!>!
The names of the classification. -- GETTER -- |