Show / Hide Table of Contents

Class VectorTileSourceInfo

The metadata for a vector tile source.

Inheritance
System.Object
VectorTileSourceInfo
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

SourceInfo
SourceInfo

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.