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
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |
Relevant samples
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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET Framework | 100.0 - 100.8 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.7 - 100.8 |
| Xamarin.Android | 100.0 - 100.13 |
| Xamarin.iOS | 100.0 - 100.8 |
| UWP | 100.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
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |