Class ServiceImageTiledLayer
An abstract class for all image tiled layers that fetch map tiles from a remote service.
Inheritance
ServiceImageTiledLayer
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ServiceImageTiledLayer : ImageTiledLayer, INotifyPropertyChanged, ILoadable, ILayerContent
Remarks
Implement this class if you want to create a custom tiled layer where the cached images can be referenced by a URL.
For a given LOD, column and row your custom service image tiled layer will be called to generate a request GetTileUriAsync(int, int, int, CancellationToken). WHen this method returns a uri, a request will be sent over the network for you and the image tile displayed.
Constructors
| Name | Description |
|---|---|
| ServiceImageTiledLayer(TileInfo, Envelope) | Initializes a new instance of the ServiceImageTiledLayer class. |
Methods
| Name | Description |
|---|---|
| GetTileUriAsync(int, int, int, CancellationToken) | Generates a URL from a tile level, row and column. Override this for use with custom layers |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |