Class BasemapStyleParameters
Provides parameters for creating a Basemap from a BasemapStyle.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BasemapStyleParameters
Remarks
BasemapStyleParameters allows you to set preferences, such as the language to use for basemap labels, when creating a Basemap that suits your application.
BasemapStyleParameters build upon a BasemapStyle to adjust settings for how that style is displayed. For example, you can choose from a set of options that determine the language for displaying labels on the basemap.
- Set SpecificLanguage to specify a desired language for basemap labels.
- Set LanguageStrategy to use local language, use global language, or attempt to use the application locale.
Once you are finished configuring the options for your BasemapStyleParameters, they can be used with a BasemapStyle to create a Basemap. When the Basemap is loaded, the parameters in the BasemapStyleParameters are evaluated.
Constructors
Name | Description |
---|---|
BasemapStyleParameters() | Initializes a new instance of the BasemapStyleParameters class with default options. |
Properties
Name | Description |
---|---|
LanguageStrategy | Gets or sets the option for setting the language for basemap labels. |
SpecificLanguage | Gets or sets the culture that determines the desired language for place labels on the Basemap.
Use |
Worldview | Gets or sets the desired representation of a boundary between countries on a Basemap where the location of the boundary is disputed. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |