Show / Hide Table of Contents

Constructor ArcGISTiledLayer

ArcGISTiledLayer(Uri)

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

Declaration
public ArcGISTiledLayer(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 sources.

Applies to

Platforms and versions
TargetVersions
UWP100.15

ArcGISTiledLayer(TileCache)

Initializes a new instance of the ArcGISTiledLayer class from a local TileCache.

Declaration
public ArcGISTiledLayer(TileCache tileCache)
Parameters
Type Name Description
TileCache tileCache

The local TileCache object.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
Relevant samples
Edit and sync features: Synchronize offline edits with a feature service.
Export tiles: Download tiles to a local tile cache file stored on the device.
Generate geodatabase: Generate a local geodatabase from an online feature service.
Offline geocode: Geocode addresses to locations and reverse geocode locations to addresses offline.
Offline routing: Solve a route on-the-fly using offline data.

ArcGISTiledLayer()

Initializes a new instance of the ArcGISTiledLayer class.

Declaration
public ArcGISTiledLayer()
Remarks

Use this constructor to create a ArcGISTiledLayer. Once the layer is created you will have to set the URI by using the Source property. This method exists to support XAML creation of a ArcGISTiledLayer.

It is recommended that you use one of the other constructors for creating an ArcGISTiledLayer.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.13
.NET Framework100.0 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.8
UWP100.0 - 100.15

ArcGISTiledLayer(Item)

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

Declaration
public ArcGISTiledLayer(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.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.