mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Update comments
This commit is contained in:
parent
9db1987ee5
commit
754e185c5d
20 changed files with 83 additions and 48 deletions
|
|
@ -89,7 +89,7 @@ namespace MapControl
|
|||
{
|
||||
byte[] buffer = null;
|
||||
|
||||
// check for possibly unavailable Bing Maps tile
|
||||
// Check for possibly unavailable Bing Maps tile.
|
||||
//
|
||||
if (!responseMessage.Headers.TryGetValues("X-VE-Tile-Info", out IEnumerable<string> tileInfo) ||
|
||||
!tileInfo.Contains("no-tile"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue