<?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 Re: Support for Bing Maps &amp;quot;key&amp;quot; instead of clienttoken/tokenurl. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199646#M18480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahhh, those links are very helpful - I was led astray by all the links on this page &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/webapi/javascript/arcgis/index.html"&gt;http://resources.esri.com/help/webapi/javascript/arcgis/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which include only the old documentation.&amp;nbsp; Thanks for clearing that up, perhaps a redirect on that older page might be in order?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jun 2010 18:04:50 GMT</pubDate>
    <dc:creator>TorrinHultgren</dc:creator>
    <dc:date>2010-06-30T18:04:50Z</dc:date>
    <item>
      <title>Support for Bing Maps &amp;amp;quot;key&amp;amp;quot; instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199639#M18473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand it, the use of the token property is no longer the preferred method for accessing Bing Maps services.&amp;nbsp; In the place of tokens, it is recommended that developers use a "Bing Maps Key".&amp;nbsp; This is described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc980937.aspx"&gt;http://msdn.microsoft.com/en-us/library/cc980937.aspx&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(see the "Note" section)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and there's also a related thread on the Silverlight API forum here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/4482-Bing-Service"&gt;http://forums.arcgis.com/threads/4482-Bing-Service&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the forum link above:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"The staging servers has been deprecated by Microsoft, including their token service. The good news is that it has gotten a lot simpler now. Instead, go to &lt;A _jive_internal="true" href="https://community.esri.com/www.bingmapsportal.com"&gt;www.bingmapsportal.com&lt;/A&gt; sign up, log in and generate a token/app id. This token doesn't expire."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see that the Flex API and Silverlight API have both been updated to accept the "key" property belonging to the esri.virtualearth.VETiledLayer class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to start using the 'key' in place of tokens in my applications.&amp;nbsp; Are there plans to update the ESRI JavaScript API in order to support the new way of connecting to Bing Maps services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, do you have a timeline in mind?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance for any insight you may be able to provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 23:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199639#M18473</guid>
      <dc:creator>DrewMillen</dc:creator>
      <dc:date>2010-06-22T23:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199640#M18474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;after i generated my key, this bit of code works fine for me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var veLayer = new esri.virtualearth.VETiledLayer({
[INDENT]clientToken: 'devKey',
serverToken: 'devKey',
environment: 'staging',
mapStyle: esri.virtualearth.VETiledLayer.MAP_STYLE_AERIAL_WITH_LABELS[/INDENT]
});
map.addLayer(veLayer);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using v2.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199640#M18474</guid>
      <dc:creator>AdamPfister</dc:creator>
      <dc:date>2021-12-11T09:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199641#M18475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks!&amp;nbsp; This works, although it feels like a bit of a workaround: overloading properties which are 'supposed' to do something entirely different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At any rate, your solution worked for me too (although I set the environment to "production" instead).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 16:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199641#M18475</guid>
      <dc:creator>DrewMillen</dc:creator>
      <dc:date>2010-06-23T16:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199642#M18476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i agree it's a workaround.&amp;nbsp; maybe they'll be an update for 2.0 final?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 16:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199642#M18476</guid>
      <dc:creator>AdamPfister</dc:creator>
      <dc:date>2010-06-23T16:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199643#M18477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At 2.0 Final the JavaScript API will be updated to have a bingMapsKey property.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 17:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199643#M18477</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2010-06-23T17:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199644#M18478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our sites just started throwing errors "BingMapsKey must be provided."&amp;nbsp; We've got a Bing Maps Key of our own, but neither ajpfister06's code, nor simply adding our key as a "BingMapsKey" parameter to our VETiledLayer initialization seems to be working today.&amp;nbsp; Was there a plan to include documentation of this new requirement at some point, or are we forced us to switch back to v1.6 to maintain a working site?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 17:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199644#M18478</guid>
      <dc:creator>TorrinHultgren</dc:creator>
      <dc:date>2010-06-30T17:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199645#M18479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a link to a help topic that explains how to work with the bing maps keys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/ve_getting_started.htm"&gt;http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/ve_getting_started.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;And here's a link to a sample that shows this in action:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/ve/ve_layer.html"&gt;http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/ve/ve_layer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 17:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199645#M18479</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2010-06-30T17:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199646#M18480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahhh, those links are very helpful - I was led astray by all the links on this page &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/webapi/javascript/arcgis/index.html"&gt;http://resources.esri.com/help/webapi/javascript/arcgis/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which include only the old documentation.&amp;nbsp; Thanks for clearing that up, perhaps a redirect on that older page might be in order?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 18:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199646#M18480</guid>
      <dc:creator>TorrinHultgren</dc:creator>
      <dc:date>2010-06-30T18:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Bing Maps "key" instead of clienttoken/tokenurl.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199647#M18481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;At 2.0 Final the JavaScript API will be updated to have a bingMapsKey property.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does AGS 10 for the Java platform include this functionality. In 9.3.1, and I guess previous, releases of AGS there is "no" function within AGS manager to set anything for Bing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 17:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/support-for-bing-maps-amp-amp-quot-key-amp-amp/m-p/199647#M18481</guid>
      <dc:creator>KeithSandell</dc:creator>
      <dc:date>2010-07-09T17:29:30Z</dc:date>
    </item>
  </channel>
</rss>

