<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BingMapsLayer in WPF  in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428629#M5182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Can Someone provide me some details on how to use&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;BingMapsLayer(&lt;/SPAN&gt;&lt;SPAN style="background-color: #f7f7f7;"&gt;arcgis runtime 100.1.0) in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;a WPF application ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 12:39:01 GMT</pubDate>
    <dc:creator>KrishnaPriya</dc:creator>
    <dc:date>2017-10-20T12:39:01Z</dc:date>
    <item>
      <title>BingMapsLayer in WPF</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428629#M5182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Can Someone provide me some details on how to use&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;BingMapsLayer(&lt;/SPAN&gt;&lt;SPAN style="background-color: #f7f7f7;"&gt;arcgis runtime 100.1.0) in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;a WPF application ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 12:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428629#M5182</guid>
      <dc:creator>KrishnaPriya</dc:creator>
      <dc:date>2017-10-20T12:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: BingMapsLayer in WPF</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428630#M5183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; padding-bottom: 15px;"&gt;A &lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Mapping_BingMapsLayer.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Bing maps layer&lt;/A&gt; displays map content from a Bing Maps web service, providing access to static map tiles and imagery meta-data. Map style and culture can be customized prior to loading the layer.&lt;/P&gt;&lt;P style="color: #000000; padding-bottom: 15px;"&gt;The Bing Maps API key must be set prior to loading this layer, or loading will fail. There are two ways to set this key:&lt;/P&gt;&lt;OL style="color: #000000; margin-bottom: 10px;"&gt;&lt;LI&gt;By providing an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Portal_ArcGISPortal.htm" style="color: #03697a; text-decoration: none;" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGISPortal&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;configured with a Bing Maps key. For more information, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.esri.com/esri/supportcenter/2014/01/27/how-to-install-a-microsoft-bing-key-and-access-the-imagery-from-the-add-basemap-window/" style="color: #03697a; text-decoration: none;" rel="nofollow noopener noreferrer" target="_blank"&gt;"How to install a Microsoft Bing Key"&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(esri.com).&lt;/LI&gt;&lt;LI&gt;By providing a Bing Maps key directly for this layer. For more information, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/ff428642.aspx" style="color: #03697a; text-decoration: none;" rel="nofollow noopener noreferrer" target="_blank"&gt;"Getting a Bing Maps Key"&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(msdn.microsoft.com).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple C# example, using Bing Maps a basemap with a&amp;nbsp;provided API key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var myBingLayer = new BingMapsLayer("YourBingKeyGoesHere", BingMapsLayerStyle.Aerial);
var&amp;nbsp;myBasemap&amp;nbsp;= new Basemap(myBingLayer);
var myMap&amp;nbsp;= new Map(&lt;SPAN&gt;myBasemap&lt;/SPAN&gt;);
myMapView.Map = myMap;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428630#M5183</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2021-12-12T16:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: BingMapsLayer in WPF</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428631#M5184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  a lot...  Can you help me with pushpin clustering in arcgis runtime&lt;/P&gt;&lt;P&gt;wpf 100. 1. 0??&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 07:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bingmapslayer-in-wpf/m-p/428631#M5184</guid>
      <dc:creator>KrishnaPriya</dc:creator>
      <dc:date>2017-10-24T07:02:10Z</dc:date>
    </item>
  </channel>
</rss>

