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. |
|
var names: Array<ClassificationName!>!
The names of the classification. |
open fun getCode(): String!
Returns the code of the classification. |
|
open fun getNames(): Array<ClassificationName!>!
Returns the names of the classification. |
|
open fun toString(): String |