DisplayText

data class DisplayText(val text: String? = null, val language: String)

Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number.

Parameters

text

Text to be displayed to a end user.

language

Language Code ISO 639-1.

Constructors

Link copied to clipboard
constructor(text: String? = null, language: String)

Properties

Link copied to clipboard
Link copied to clipboard
val text: String? = null