Bing Maps Key from file

This commit is contained in:
ClemensF 2020-10-24 11:12:47 +02:00
parent 3d93a14eb0
commit 8aed92638f
2 changed files with 29 additions and 13 deletions

View file

@ -163,8 +163,6 @@ namespace ViewModel
// A Bing Maps API Key (http://msdn.microsoft.com/en-us/library/ff428642.aspx) is required
// for using these layers and must be assigned to the static BingMapsTileLayer.ApiKey property.
//BingMapsTileLayer.ApiKey = "...";
if (!string.IsNullOrEmpty(BingMapsTileLayer.ApiKey))
{
MapLayerNames.Add("Bing Maps Road");