BasemapStyleLanguageStrategy enum

Options for setting the language on a Basemap created from a BasemapStyle.

Inheritance

Constructors

BasemapStyleLanguageStrategy()
const

Values

default_ → const BasemapStyleLanguageStrategy

Use the default language setting for the BasemapStyle.

Currently, for ArcGIS styles, the default behavior is global labels for ArcGIS styles and local labels for OpenStreetMap styles.

global → const BasemapStyleLanguageStrategy

Use the global language (English) for basemap labels.

This is the default setting for ArcGIS basemap styles.

local → const BasemapStyleLanguageStrategy

Uses local place names for basemap labels.

This option uses the names of places in their local language - for example, "Lisboa" for "Lisbon" and "北京" for "Beijing".

This is the default setting for OpenStreetMap basemap styles.

applicationLocale → const BasemapStyleLanguageStrategy

Attempt to use the system locale language for basemap labels.

Refer to BasemapStyleParameters.specificLanguage for a description of the behavior if the system's locale is an unsupported language.

Properties

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<BasemapStyleLanguageStrategy>
A constant List of the values in this enum, in order of their declaration.