LocalizedText

@MapboxExperimental
class LocalizedText @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(val language: String, val text: String) : Parcelable

Represents a piece of text associated with a specific language. One of examples is OCPI DisplayText.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Language Code ISO 639-1.

Link copied to clipboard

The localized text content in the specified language. No markup, HTML etc. allowed.