sdk-search / com.tomtom.online.sdk.search.data.common / Classification

Classification

open class Classification : Serializable

A POI's (Points of Interest) classification retrieved via a Search request.

Constructors

<init>

Classification()

Empty constructor for the Classification.

Classification(code: String!, names: Array<ClassificationName!>!)

Default constructor for the Classification.

Properties

code

var code: String!

The code of the classification.

names

var names: Array<ClassificationName!>!

The names of the classification.

Functions

getCode

open fun getCode(): String!

Returns the code of the classification.

getNames

open fun getNames(): Array<ClassificationName!>!

Returns the names of the classification.

toString

open fun toString(): String