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

ClassificationName

open class ClassificationName : Serializable

The classification's name retrieved via a Search Request.

Constructors

<init>

ClassificationName()

Empty constructor for the ClassificationName.

ClassificationName(locale: String!, name: String!)

Default constructor for the ClassificationName.

Properties

locale

var locale: String!

The locale the name is in. -- GETTER --

name

var name: String!

The name of a classification. -- GETTER --