<?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: Locator Package and flex api mobile in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166317#M3885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello All,&lt;BR /&gt;I'm working on a mobile project where I am trying to use a locator package locally using flex. However it looks like I am getting an error when the package is trying to geocode the address. Is it possible to use locator package in flex api? Has anybody try to do this before Can someone please enlighten me on this issue. &lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:Locator id="locator"&amp;nbsp;&amp;nbsp; 
 url="{File.applicationDirectory.resolvePath('.....gcpk')}"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Failure: &lt;BR /&gt;[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: app:/%5Bobject%20File%5D/findAddressCandidates?outFields=%2A&amp;amp;f=json&amp;amp;SingleLine=703%20W%2E%20California%20Ave%2E%20Vista%20CA%2092083" errorID=2032]. URL: [object File]/findAddressCandidates?outFields=%2A&amp;amp;f=json&amp;amp;SingleLine=703%20W%2E%20California%20Ave%2E%20Vista%20CA%2092083"]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Koman,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While the Flex API does support geocoding, the resource must be an &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Find_Address_Candidates/02r3000000wv000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS REST API web service&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; There is &lt;/SPAN&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;SPAN&gt; an option to use a local resource such as a locator package, similar to how this would be accomplished using the native app options (iOS, Android, etc) that leverage the ArcGIS Runtime SDKs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps answer your question,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 08:40:34 GMT</pubDate>
    <dc:creator>LloydHeberlie</dc:creator>
    <dc:date>2021-12-11T08:40:34Z</dc:date>
    <item>
      <title>Locator Package and flex api mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166314#M3882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a mobile project where I am trying to use a locator package locally using flex. However it looks like I am getting an error when the package is trying to geocode the address. Is it possible to use locator package in flex api? Has anybody try to do this before Can someone please enlighten me on this issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;esri:Locator id="locator"&amp;nbsp;&amp;nbsp; 
 url="{File.applicationDirectory.resolvePath('.....gcpk')}"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failure: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: app:/%5Bobject%20File%5D/findAddressCandidates?outFields=%2A&amp;amp;f=json&amp;amp;SingleLine=703%20W%2E%20California%20Ave%2E%20Vista%20CA%2092083" errorID=2032]. URL: [object File]/findAddressCandidates?outFields=%2A&amp;amp;f=json&amp;amp;SingleLine=703%20W%2E%20California%20Ave%2E%20Vista%20CA%2092083"]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 17:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166314#M3882</guid>
      <dc:creator>KomanDiabate</dc:creator>
      <dc:date>2014-01-06T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Package and flex api mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166315#M3883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks Like ESRI flex Api doesn't support Locator Package. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Weird....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 21:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166315#M3883</guid>
      <dc:creator>KomanDiabate</dc:creator>
      <dc:date>2014-01-10T21:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Package and flex api mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166316#M3884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can use the locator package in the Flex API.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/tasks/Locator.html"&gt;https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/tasks/Locator.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Geocode an address sample shows how to use it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/flex/sample-code/geocode-an-address.htm"&gt;https://developers.arcgis.com/en/flex/sample-code/geocode-an-address.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It took some doing for me to get it to work, I had problems getting my custom Geocode Service to work and tool a little bit to figure out how to use it within the map spatial reference.&amp;nbsp; It appears that your url for the service is not working. Can you post more of your code to show how you are calling the geocode locator?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 19:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166316#M3884</guid>
      <dc:creator>MikeDahm</dc:creator>
      <dc:date>2014-01-13T19:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Package and flex api mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166317#M3885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello All,&lt;BR /&gt;I'm working on a mobile project where I am trying to use a locator package locally using flex. However it looks like I am getting an error when the package is trying to geocode the address. Is it possible to use locator package in flex api? Has anybody try to do this before Can someone please enlighten me on this issue. &lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:Locator id="locator"&amp;nbsp;&amp;nbsp; 
 url="{File.applicationDirectory.resolvePath('.....gcpk')}"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Failure: &lt;BR /&gt;[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: app:/%5Bobject%20File%5D/findAddressCandidates?outFields=%2A&amp;amp;f=json&amp;amp;SingleLine=703%20W%2E%20California%20Ave%2E%20Vista%20CA%2092083" errorID=2032]. URL: [object File]/findAddressCandidates?outFields=%2A&amp;amp;f=json&amp;amp;SingleLine=703%20W%2E%20California%20Ave%2E%20Vista%20CA%2092083"]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Koman,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While the Flex API does support geocoding, the resource must be an &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Find_Address_Candidates/02r3000000wv000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS REST API web service&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; There is &lt;/SPAN&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;SPAN&gt; an option to use a local resource such as a locator package, similar to how this would be accomplished using the native app options (iOS, Android, etc) that leverage the ArcGIS Runtime SDKs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps answer your question,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:40:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166317#M3885</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2021-12-11T08:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Package and flex api mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166318#M3886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Heberlie and thanks for the reply but....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the Flex API team planning to support this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since Flex api now support tile package it will just make sense to start thinking about these packages as a whole.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 05:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166318#M3886</guid>
      <dc:creator>KomanDiabate</dc:creator>
      <dc:date>2014-01-14T05:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Package and flex api mobile</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166319#M3887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Heberlie and thanks for the reply but....&lt;BR /&gt;&lt;BR /&gt;Is the Flex API team planning to support this? &lt;BR /&gt;Since Flex api now support tile package it will just make sense to start thinking about these packages as a whole.&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Koman,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no plans to implement the functionality similar to the ArcGIS Runtime SDKs (iOS, Android, Windows Phone) inside of the ArcGIS API for Flex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 13:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/locator-package-and-flex-api-mobile/m-p/166319#M3887</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2014-01-14T13:21:28Z</dc:date>
    </item>
  </channel>
</rss>

