Specific

data class Specific(val locale: Locale) : BasemapStyleLanguageStrategy

Use a specific language. If an unsupported language is specified, the label language falls back to the closest available language. For example, American English (en-US) or Canadian French (fr-CA) are not currently supported. These are interpreted as English and French respectively. If no suitable fallback language code is found, labels use the default language for the style.

To see the latest list of languages supported by the Basemap Styles Service, see the Languages section of the Basemap Styles Service documentation.

Since

200.3.0

Constructors

Link copied to clipboard
constructor(locale: Locale)

Properties

Link copied to clipboard