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. -- GETTER --

names

var names: Array<ClassificationName!>!

The names of the classification. -- GETTER --