<?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: Batch geocoding several addresses in Arcgis FLEX in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/batch-geocoding-several-addresses-in-arcgis-flex/m-p/723878#M16100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You need to read the documentation.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;An ArcGIS Online organizational account is required to use the batch geocoding functionality provided by the World Geocoding Service.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm" title="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm"&gt;geocodeAddresses—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 23:11:57 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-01-09T23:11:57Z</dc:date>
    <item>
      <title>Batch geocoding several addresses in Arcgis FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/batch-geocoding-several-addresses-in-arcgis-flex/m-p/723877#M16099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Hello !!&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;I'm trying to map several points in the map, all of them are cities, I used the example from the example in ArcGIS &lt;A href="https://developers.arcgis.com/flex/sample-code/geocode-an-address.htm" rel="nofollow noopener noreferrer" style="color: #358daa;" target="_blank"&gt;Geocode an Address&lt;/A&gt;, and I locate it well, but I just can map ONE at a time.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;In this section :&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;public var lugares:Array = new Array("GUADALAJARA", "ECATEPEC"); //Cities from Mexico 
var parameters:AddressToLocationsParameters = new AddressToLocationsParameters(); 
//parameters such as 'SingleLine' are dependent upon the locator service used. 
//parameters.address = { SingleLine: onelineaddress }; 
parameters.addresses = lugares ; // Use outFields to get back extra information 
// The exact fields available depends on the specific locator service used. 
parameters.outFields = [ "Loc_name" ]; 
locator.addressesToLocations(parameters, new AsyncResponder(onResult, onFault)); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;when I changed the instructions to plural &lt;CODE&gt;parameters.addresses = lugares&lt;/CODE&gt; and &lt;CODE&gt;locator.addressesToLocations&lt;/CODE&gt; It displays an error that a Token must be added and 499 error code,I added &lt;CODE&gt;token:Object = null&lt;/CODE&gt; but nothing, that error I googled it and it says that the locator service may have permissions... Does anyone has another link? I can't find it, or another solution to map cities? There is going to be more than 2 cities, (just 4 my test I used 2, but it will be maybe hundreds obtained from DB).&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;I really need a clue how to start this, cause I already code some things but this requirement is still missing, and I don't now where to start...&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;FYI&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;The requirement is, select some filters and make a query in flex ( done) get the information from the Oracle DB (1...n rows) where the row is the city. (done)&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Then this array collection somehow map them I don't know if using the locator class, and if it is indeed using the locator class, how do I use it ? or is it another way? And I really want the solution of make a batch geocoding, because iterating the example from arcgis It's really inefficient.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/batch-geocoding-several-addresses-in-arcgis-flex/m-p/723877#M16099</guid>
      <dc:creator>MiguelPerez1</dc:creator>
      <dc:date>2021-12-12T06:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch geocoding several addresses in Arcgis FLEX</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/batch-geocoding-several-addresses-in-arcgis-flex/m-p/723878#M16100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You need to read the documentation.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;An ArcGIS Online organizational account is required to use the batch geocoding functionality provided by the World Geocoding Service.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm" title="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm"&gt;geocodeAddresses—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 23:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/batch-geocoding-several-addresses-in-arcgis-flex/m-p/723878#M16100</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-01-09T23:11:57Z</dc:date>
    </item>
  </channel>
</rss>

