stylesInfo

A list of BasemapStyleInfo objects. Each BasemapStyleInfo object contains information about a style in the https://developers.arcgis.com/rest/basemap-styles/, including:

  • Name of style.

  • URL to access the thumbnail for a style.

  • Customizations options available for a style (e.g. label languages).

The information in each BasemapStyleInfo object is retrieved from the service each time the BasemapStylesService is loaded, allowing any new customization options added to the Basemap Style Service[https://developers.arcgis.com/rest/basemap-styles/] to be automatically integrated into an application.

The ability to access the latest customization options available in the Basemap Style Service[https://developers.arcgis.com/rest/basemap-styles/] allows applications to be created that dynamically update to include the latest features. For example, if the language of labels on a basemap is a customization option available in an applications preferences, specifying the available languages using the results of a query to the Basemap Style Service[https://developers.arcgis.com/rest/basemap-styles/] ensures an application user has access to all of the available languages. If the service adds a new language, the list of languages in the preferences will automatically be updated.

Since

200.5.0