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