<?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: VEGeocoder No Longer Working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106026#M9787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad I could help...can you mark this on as answered?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 14:32:34 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2012-05-17T14:32:34Z</dc:date>
    <item>
      <title>VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106021#M9782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just recently discovered that code I had previously been using no longer works.&amp;nbsp; It leverages the VEGeocoder class.&amp;nbsp; Below is the offending code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;//Draw and zoom to the result when the geocoding is complete &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.connect(veGeocoder, "onAddressToLocationsComplete", function (geocodeResults) { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pointMeters = esri.geometry.geographicToWebMercator(geocodeResults[0].location); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pointSymbol = new esri.symbol.SimpleMarkerSymbol().setSize(15).setColor(new dojo.Color("blue")); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var font = new esri.symbol.Font().setSize("17pt"); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var textSymbol = new esri.symbol.TextSymbol(geocodeResults[0].displayName, font, new dojo.Color("black")).setOffset(0, 8); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _that.searchMapGraphics.add(new esri.Graphic(pointMeters, pointSymbol)); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _that.searchMapGraphics.add(new esri.Graphic(pointMeters, textSymbol)); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.setExtent(esri.geometry.geographicToWebMercator(geocodeResults[0].bestView)); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var query = Ext.getCmp('searchTextField').getValue(); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; veGeocoder.addressToLocations(query);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The callback function never fires it seems.&amp;nbsp; There has been no change to this code from the working version.&amp;nbsp; Is anyone else experiencing this?&amp;nbsp; Is this a problem on Bing's side perchance?&amp;nbsp; Any advice would be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 13:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106021#M9782</guid>
      <dc:creator>MarkHoover</dc:creator>
      <dc:date>2012-05-17T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106022#M9783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you see a request being sent to bing to do the geocode operation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 13:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106022#M9783</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-05-17T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106023#M9784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Firebug's console doesn't seem to be logging anything; should I be looking somewhere else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to successfully use VEGeocoder in code of your own?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106023#M9784</guid>
      <dc:creator>MarkHoover</dc:creator>
      <dc:date>2012-05-17T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106024#M9785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you see in the Net tab? That's where you would see the request to do the geocode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tested it lately but will now...I'll post back once I know more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:08:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106024#M9785</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-05-17T14:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106025#M9786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah ha, there it is.&amp;nbsp; A request is made and I get the following response:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dojo.io.script.jsonp_dojoIoScript5._jsonpCallback({"error":{"code":500,"message":"Credentials are either invalid or unspecified.","details":[]}});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like a case of Key mismanagement as we had a different key for the Basemap Gallery and the Geocoder.&amp;nbsp; A bit perplexed as to why the one key suddenly started failing but at least I've uncovered why now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106025#M9786</guid>
      <dc:creator>MarkHoover</dc:creator>
      <dc:date>2012-05-17T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106026#M9787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad I could help...can you mark this on as answered?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106026#M9787</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-05-17T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106027#M9788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Certainly.&amp;nbsp; Done and done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106027#M9788</guid>
      <dc:creator>MarkHoover</dc:creator>
      <dc:date>2012-05-17T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder No Longer Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106028#M9789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-no-longer-working/m-p/106028#M9789</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-05-17T14:44:10Z</dc:date>
    </item>
  </channel>
</rss>

