Class BasemapStylesServiceInfo
Represents the service metadata for the Basemap Style Service.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BasemapStylesServiceInfo
Remarks
The service info provides information for browsing the contents of the service and can be obtained by calling CreateAsync(string?).
Properties
| Name | Description |
|---|---|
| StylesInfo | Gets a list of BasemapStyleInfo objects. |
| Url | Gets the URL for the Basemap Styles Service. |
| Version | Gets the service's version. |
Methods
| Name | Description |
|---|---|
| CreateAsync(string?) | Gets the information about Esri's Basemap Style Service. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |