<?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: Can I send another reverse geocode request with forStorage=true if I want to save the previous reverse geocode? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455682#M42114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To clarify, I'm using the reverse geocoding service with forStorage=false&lt;/P&gt;&lt;P&gt;on all requests and using the result it gives back to fetch records from my&lt;/P&gt;&lt;P&gt;database by City, State. If my database returns zero results because I&lt;/P&gt;&lt;P&gt;don't have the City, State then I would make an additional request to the&lt;/P&gt;&lt;P&gt;geocodig service with forStorage=true and save it to my database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 21:53:50 GMT</pubDate>
    <dc:creator>MattMorrow</dc:creator>
    <dc:date>2015-01-16T21:53:50Z</dc:date>
    <item>
      <title>Can I send another reverse geocode request with forStorage=true if I want to save the previous reverse geocode?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455680#M42112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the reverse geocoder to fetch results against my database. I'm not storing the geocode result in my database so I leave the default forStorage value as false. However, If my database doesn't have the location that the reverse geocode returns, can I do another request to the geocode service with the for storage parameter set to true and then save that result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also under the assumption that using the reverse geocode service to fetch records against my database is not against the terms of service. I'm I correct here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the free developer plan now and will start paying for a subscription when the app goes live.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 20:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455680#M42112</guid>
      <dc:creator>MattMorrow</dc:creator>
      <dc:date>2015-01-15T20:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send another reverse geocode request with forStorage=true if I want to save the previous reverse geocode?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455681#M42113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;However, If my database doesn't have the location that the reverse geocode returns, can I do another request to the geocode service with the for storage parameter set to true and then save that result?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Yes, if you want to store a value in a database, you would need to resubmit the request with the forStorage parameter set to true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"I'm also under the assumption that using the reverse geocode service to fetch records against my database is not against the terms of service. I'm I correct here?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Can you clarify this?&amp;nbsp; I am not sure I understand the question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Brad&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455681#M42113</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2015-01-16T21:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send another reverse geocode request with forStorage=true if I want to save the previous reverse geocode?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455682#M42114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To clarify, I'm using the reverse geocoding service with forStorage=false&lt;/P&gt;&lt;P&gt;on all requests and using the result it gives back to fetch records from my&lt;/P&gt;&lt;P&gt;database by City, State. If my database returns zero results because I&lt;/P&gt;&lt;P&gt;don't have the City, State then I would make an additional request to the&lt;/P&gt;&lt;P&gt;geocodig service with forStorage=true and save it to my database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455682#M42114</guid>
      <dc:creator>MattMorrow</dc:creator>
      <dc:date>2015-01-16T21:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send another reverse geocode request with forStorage=true if I want to save the previous reverse geocode?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455683#M42115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as you aren't storing the results you get back from the service then you are in compliance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-send-another-reverse-geocode-request-with/m-p/455683#M42115</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2015-01-16T21:59:26Z</dc:date>
    </item>
  </channel>
</rss>

