<?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: multiple address locator in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180911#M4498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried it? Personally I would think it would be a better user-experience seeing the points pop up one by one, than have to wait much longer while nothing happens until everything suddenly pops up.&lt;BR /&gt; &lt;BR /&gt;As an alternative, you could create a WCF service, send the addresses to the service, use the WPF bits on the server end to do all the geocoding, and then return the points in a big bunch. Then to the Silverlight client it would seem as a batch process.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I tried that and I could see each address popped up one by one, which looked fine to me too, but it took a while for few hundreds of addresses to show up.&amp;nbsp; If I have thousands, I'm afraid it will take long time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Talking about geocode, currently, I create a Locator instance like this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Locator locatorTask = new Locator("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;" +&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Locators/ESRI_Geocode_USA/GeocodeServer");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL string now is just temporary for our evaluation.&amp;nbsp; If the software is sold to customers, where can I find legal terms about using ArcGIS geocode URL? &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;What WCF stands for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 18:38:43 GMT</pubDate>
    <dc:creator>ThaoNguyen</dc:creator>
    <dc:date>2010-07-06T18:38:43Z</dc:date>
    <item>
      <title>multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180906#M4493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to locate &lt;/SPAN&gt;&lt;STRONG&gt;multiple &lt;/STRONG&gt;&lt;SPAN&gt;addresses on a map?&amp;nbsp; I looked at the address locator sample: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#AddressToLocation"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#AddressToLocation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but it only locates 1 address at a time.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a customer has many stores in the US, for instance, I want to draw a red circle for each address on the map.&amp;nbsp; Can I do that nicely?&amp;nbsp; Hopefully, I don't have to run the Locator task for each address :(.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 19:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180906#M4493</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-29T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180907#M4494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The locator REST service only supports one address at a time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 21:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180907#M4494</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-06-29T21:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180908#M4495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The locator REST service only supports one address at a time.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&amp;nbsp; There is no work-around?&amp;nbsp; Or any other ways to achieve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 11:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180908#M4495</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-30T11:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180909#M4496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can add multiple addresses to the map by creating a Locator task for each address. That works fine, but I'm not comfortable with doing this :(.&amp;nbsp; I'm afraid it has performance issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 17:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180909#M4496</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-06-30T17:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180910#M4497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can add multiple addresses to the map by creating a Locator task for each address. That works fine, but I'm not comfortable with doing this :(. I'm afraid it has performance issue.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried it? Personally I would think it would be a better user-experience seeing the points pop up one by one, than have to wait much longer while nothing happens until everything suddenly pops up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As an alternative, you could create a WCF service, send the addresses to the service, use the WPF bits on the server end to do all the geocoding, and then return the points in a big bunch. Then to the Silverlight client it would seem as a batch process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 15:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180910#M4497</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-01T15:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180911#M4498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried it? Personally I would think it would be a better user-experience seeing the points pop up one by one, than have to wait much longer while nothing happens until everything suddenly pops up.&lt;BR /&gt; &lt;BR /&gt;As an alternative, you could create a WCF service, send the addresses to the service, use the WPF bits on the server end to do all the geocoding, and then return the points in a big bunch. Then to the Silverlight client it would seem as a batch process.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I tried that and I could see each address popped up one by one, which looked fine to me too, but it took a while for few hundreds of addresses to show up.&amp;nbsp; If I have thousands, I'm afraid it will take long time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Talking about geocode, currently, I create a Locator instance like this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Locator locatorTask = new Locator("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;" +&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Locators/ESRI_Geocode_USA/GeocodeServer");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL string now is just temporary for our evaluation.&amp;nbsp; If the software is sold to customers, where can I find legal terms about using ArcGIS geocode URL? &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;What WCF stands for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 18:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180911#M4498</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-07-06T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: multiple address locator</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180912#M4499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Woa... 1000s of addresses? When do the user need to see so many addresses at one point? And why aren't these datapoints already geocoded in the geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess what I'm saying is that I think you should rethink the approach you are taking. Having to have all users have to geocode all the data over and over again directly from within the client is probably not the right way to go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 23:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/multiple-address-locator/m-p/180912#M4499</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-07T23:53:14Z</dc:date>
    </item>
  </channel>
</rss>

