mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Bing Maps Key from file
This commit is contained in:
parent
3d93a14eb0
commit
8aed92638f
2 changed files with 29 additions and 13 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue