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 | The level. |
| System.Int32 | row | The tile row. |
| System.Int32 | column | The tile column. |
| CancellationToken | cancellationToken | The cancellation token. |
Returns
| Type | Description |
|---|---|
| Task<Uri> | Image byte data |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |