ClassificationName

data class ClassificationName(val localeName: String, val name: String)

A Points of Interest classification name.

Parameters

localeName

The locale the name is in.

name

The name of a classification.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun ClassificationName(localeName: String, name: String)

Properties

Link copied to clipboard
val localeName: String
Link copied to clipboard
val name: String