BasemapStyleLanguageInfo class final

Information about a language that can be used to customize labels on a basemap.

To request that labels on a Basemap are displayed in a given language, set the value of the BasemapStyleLanguageInfo.languageCode property to BasemapStyleParameters.specificLanguage.

Implemented types

Properties

displayName String
Human-readable name of the language (e.g. "Portuguese (Brazil)").
no setter
hashCode int
The hash code for this object.
no setterinherited
languageCode String
CLDR code for this language.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited