<?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: Query/identify bing maps in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659143#M61508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seems like either VEGeocoder or esri's locator task (using ArcGIS server locators) will work, though I'm wondering which is more effective. The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm"&gt;VEGeocoder documentation&lt;/A&gt;&lt;SPAN&gt; suggests that this will find places like "disneyland," yet when I tested esri's locator task for "disneyland" it didn't find it (see sample &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/locator/locator_address.html"&gt;here&lt;/A&gt;&lt;SPAN&gt;). Does anybody have any information on which of these options is the most versitile and will best match placenames that don't have actual addresses? Thanks much! (Sorry for the delay, I was on vacation last week)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 21:45:17 GMT</pubDate>
    <dc:creator>LisaEidson</dc:creator>
    <dc:date>2011-09-12T21:45:17Z</dc:date>
    <item>
      <title>Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659139#M61504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm in the processing of moving our Google map v2 to ESRI's ArcGIS javascript api - prototype &lt;/SPAN&gt;&lt;A href="http://www.wilderness.net/maptest_esri.cfm"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been able to successfully reproduce all of the Google map features with one exception. Google maps has a search bar on top of the map (see it on our current map &lt;/SPAN&gt;&lt;A href="http://www.wilderness.net/NWPS"&gt;here&lt;/A&gt;&lt;SPAN&gt;) that searches google maps so that you can, for example, type in a city and it will show you search results. I'd like to do something like this with my prototype by querying or identifying on Bing maps (I'm using roads and aerial photography as basemaps). I haven't seen any documentation on how to do queries and identifies with Bing via the ESRI ArcGIS api so far in searching and don't see any conversations on this in this forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible, and if so where do I start? In my prototype, I'm currently doing an identify on my map service so I'm familiar with that code and process. Thanks in advance for any assistance you can offer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 21:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659139#M61504</guid>
      <dc:creator>LisaEidson</dc:creator>
      <dc:date>2011-09-02T21:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659140#M61505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...searches google maps so that you can, for example, type in a city and it will show you search results. I'd like to do something like this with my prototype by querying or identifying on Bing maps&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The closest equivalent is probably the Bing Geocoder - see documentation &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/vegeocoder.htm"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 00:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659140#M61505</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-09-05T00:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659141#M61506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are looking to get a location from an address the geocoder is exactly what you want.&amp;nbsp; If you are looking to get "stuff nearby" like businesses, etc, from a map click, then that functionality is not available unless you have the "stuff" in your own spatial database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659141#M61506</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-09-06T14:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659142#M61507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you are looking to get "stuff nearby" like businesses, etc, from a map click, then that functionality is not available unless you have the "stuff" in your own spatial database.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be possible to hook into a service like &lt;/SPAN&gt;&lt;A href="http://code.google.com/apis/maps/documentation/places/#Introduction"&gt;Google Places&lt;/A&gt;&lt;SPAN&gt; to retrieve this info (you'd need to look into the Terms of Service to see whether it's allowable to display the results on a non-Google map).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 22:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659142#M61507</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-09-06T22:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659143#M61508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seems like either VEGeocoder or esri's locator task (using ArcGIS server locators) will work, though I'm wondering which is more effective. The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm"&gt;VEGeocoder documentation&lt;/A&gt;&lt;SPAN&gt; suggests that this will find places like "disneyland," yet when I tested esri's locator task for "disneyland" it didn't find it (see sample &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/locator/locator_address.html"&gt;here&lt;/A&gt;&lt;SPAN&gt;). Does anybody have any information on which of these options is the most versitile and will best match placenames that don't have actual addresses? Thanks much! (Sorry for the delay, I was on vacation last week)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 21:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659143#M61508</guid>
      <dc:creator>LisaEidson</dc:creator>
      <dc:date>2011-09-12T21:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659144#M61509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So after a little research I answered my own question. Bing's VEgeocoder is getter than ESRI's locator. VEgeocoder will find places without addresses, such as Yellowstone (finds Yellowstone National Park, WY), Absaroka-Beartooth Wilderness or Flathead National Forest. It will also find roads (no address just road like U.S. Highway 93). Essentially, it looks like if it's labeled on Bing maps roads layer, you can find it via VEgeocoder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Locator, unfortunately, won't find any of the above examples; it will only find towns or addresses. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for a search box on a map, VEgeocoder is a much better choices with much greater flexibility in search results.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 15:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659144#M61509</guid>
      <dc:creator>LisaEidson</dc:creator>
      <dc:date>2011-09-16T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query/identify bing maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659145#M61510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might be interested in using the geonames web service to locate places in your application.&amp;nbsp; See this link - &lt;/SPAN&gt;&lt;A href="http://www.geonames.org/#"&gt;geonames&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use it in my apps, and works great.&amp;nbsp; Occasionally it will run slowly, but so far I haven't had any real trouble with it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It finds place names, streams, mountains, etc.&amp;nbsp; It doesn't handle street addresses or roads though...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 16:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/query-identify-bing-maps/m-p/659145#M61510</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2011-09-19T16:40:18Z</dc:date>
    </item>
  </channel>
</rss>

