Class BasemapStylesServiceInfo
Represents the service metadata for the Basemap Style Service.
Inheritance
System.Object
BasemapStylesServiceInfo
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 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 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |