Method GetTileUriAsync
GetTileUriAsync(Int32, Int32, Int32, CancellationToken)
This method is not currently supported and always throws a
Declaration
protected override Task<Uri> GetTileUriAsync(int level, int row, int column, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | level | |
| System.Int32 | row | |
| System.Int32 | column | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<Uri> | Image byte data |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |