Show / Hide Table of Contents

Class BasemapStyleParameters

Provides parameters for creating a Basemap from a BasemapStyle.

Inheritance
System.Object
BasemapStyleParameters
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 null if no specific language is required.

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

TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.