<?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: ArcGIS Online now support single line geocoding in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750175#M16575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gotcha.&amp;nbsp; That's probably why I couldn't figure it out.&amp;nbsp; Any plans to support that in the future?&amp;nbsp; Thanks ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 15:30:54 GMT</pubDate>
    <dc:creator>AndyWright</dc:creator>
    <dc:date>2011-02-24T15:30:54Z</dc:date>
    <item>
      <title>ArcGIS Online now support single line geocoding</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750172#M16572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Last week tasks.arcgisonline.com was upgraded to ArcGIS Server 10 which adds two great capabilities: single-line geocoding and being able to set the outSpatialReference. In addition, two new services were added with support for single-line geocoding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA_10/GeocodeServer"&gt;TA_Address_NA_10&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Streets_US_10/GeocodeServer"&gt;TA_Streets_US_10&lt;/A&gt;.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both of these support &lt;/SPAN&gt;&lt;STRONG&gt;single-line geocoding&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; (i.e. one address field, instead of one street field, one city field etc).&amp;nbsp; The existing 2.2 Locator Widget already has support for single-line geocoding. Since the default is to use a single-line geocoder if it exist, simply point it to the new service(s) to start taking advantage of single-line geocoding in your locate widget. For example, for the new US locator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;locator&amp;gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_US_10/GeocodeServer&amp;lt;/locator&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do not want the single-line geocoder, but still want the new Locator, add&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;usesingleline&amp;gt;false&amp;lt;/usesingleline&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another enhancement with the updated tasks.arcgisonline.com is that now all its Locators support &lt;/SPAN&gt;&lt;STRONG&gt;outSpatialReference&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; This means that instead of receiving the location in latlong and having to project it, you can now ask for it to be returned directly in whatever projection you want (for example Web Mercator).&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/Locator.html#outSpatialReference"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/Locator.html#outSpatialReference&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 18:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750172#M16572</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-02-21T18:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online now support single line geocoding</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750173#M16573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is great news!&amp;nbsp; Thanks for the post Bjorn.&amp;nbsp; I noticed in the description of these new locators that they support batch geocoding of up to 10 addresses at once.&amp;nbsp; Can you post a little code snippet of how we would set that up within the AddressToLocationsParameters object?&amp;nbsp; I haven't been able to figure it out or find any examples of how to do it.&amp;nbsp; Thanks ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 14:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750173#M16573</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2011-02-24T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online now support single line geocoding</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750174#M16574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...batch geocoding...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The REST API, and thus the Web APIs, do not support batch geocoding.&amp;nbsp; Instead you would send multiple requests - with one geocode per request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 15:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750174#M16574</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-02-24T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online now support single line geocoding</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750175#M16575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gotcha.&amp;nbsp; That's probably why I couldn't figure it out.&amp;nbsp; Any plans to support that in the future?&amp;nbsp; Thanks ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 15:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-online-now-support-single-line-geocoding/m-p/750175#M16575</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2011-02-24T15:30:54Z</dc:date>
    </item>
  </channel>
</rss>

