Show / Hide Table of Contents

Constructor ArcGISVectorTiledLayer

ArcGISVectorTiledLayer(Uri)

Initializes a new instance of the ArcGISVectorTiledLayer class from the specified URI.

Declaration
public ArcGISVectorTiledLayer(Uri source)
Parameters
Type Name Description
Uri source

The service URI.

Remarks

If the specified URI is a portal item URL the underlying Item will be created and accessible through Item. See the Source property for examples of supported Uri sources.

Exceptions
Type Condition
ArgumentNullException

source

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

ArcGISVectorTiledLayer(Item)

Initializes a new instance of the ArcGISVectorTiledLayer class from the specified Item.

Declaration
public ArcGISVectorTiledLayer(Item item)
Parameters
Type Name Description
Item item

The ArcGIS Item

Remarks

The Item will be accessible through the Item property.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

ArcGISVectorTiledLayer(VectorTileCache)

Initializes a new instance of the ArcGISVectorTiledLayer class from the specified VectorTileCache.

Declaration
public ArcGISVectorTiledLayer(VectorTileCache vectorTileCache)
Parameters
Type Name Description
VectorTileCache vectorTileCache

A VectorTileCache created from a vector tile package (.vtpk).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.2.1 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.2.1 - 100.14
Xamarin.iOS100.2.1 - 100.14
UWP100.2.1 - 100.14

ArcGISVectorTiledLayer(VectorTileCache, ItemResourceCache)

Initializes a new instance of the ArcGISVectorTiledLayer class from the specified VectorTileCache and ItemResourceCache.

Declaration
public ArcGISVectorTiledLayer(VectorTileCache vectorTileCache, ItemResourceCache itemResourceCache)
Parameters
Type Name Description
VectorTileCache vectorTileCache

A VectorTileCache created from a vector tile package (.vtpk).

ItemResourceCache itemResourceCache

A ItemResourceCache representing a vector tile style.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.2.1 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.2.1 - 100.14
Xamarin.iOS100.2.1 - 100.14
UWP100.2.1 - 100.14
In This Article
Back to top Copyright © 2021 Esri.