Class VectorTileSourceInfo
The metadata for a vector tile source.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class VectorTileSourceInfo
Remarks
A vector tile source can be provided by online vector tile service, a vector tile style sheet, or a local vector tile cache. VectorTileSourceInfo provides basic information about the vector tile source such as the name, URI, extent, and visible scale. You can obtain the VectorTileSourceInfo from an ArcGISVectorTiledLayer or a VectorTileCache.
Properties
Name | Description |
---|---|
DefaultStyle | Gets the default style object. |
DefaultStyleUri | Gets the current the default style URI. |
ExportTilesAllowed | Gets a value indicating whether this source supports exporting tiles. |
FullExtent | Gets the full extent of the service. |
InitialExtent | Gets the Initial extent of the service. |
LevelsOfDetail | Gets the levels of detail of the source data. |
MaxExportTilesCount | Gets the maximum number of tiles that can be exported from the service. |
MaxScale | Gets the maximum scale of the layer. |
MinScale | Gets the minimum scale of the layer. |
Name | Gets the source name. |
Origin | Gets the origin of the source data. |
SpatialReference | Gets the SpatialReference of the source data. |
Uri | Gets the vector tile source URI. |
Version | Gets the source version. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |