<?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 Reverse Geocode Survey123 No Option to Parse Street Type or Street Name in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158507#M41679</link>
    <description>&lt;P&gt;We want to use Survey123 to reverse geocode a point from a map question. This function works well using the ArcGIS World Geocoder except there is no option to retrieve certain address fields in a stand-alone fashion. Specifically, we want to parse street name and street type into separate fields, but the geocoder only returns the full address in the JSON response. How to do we just get the street name and street type?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1213"&gt;@JamesTedrick&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415562"&gt;@Ismael&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no documentation for this feature in the &lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-reverse-geocode.htm" target="_self"&gt;api reference&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Example JSON output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SFM_WillBrewer_0-1648490768886.png" style="width: 493px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37493i0318F97472FFD60D/image-dimensions/493x249?v=v2" width="493" height="249" role="button" title="SFM_WillBrewer_0-1648490768886.png" alt="SFM_WillBrewer_0-1648490768886.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SFM_WillBrewer_0-1648490768886.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 18:15:47 GMT</pubDate>
    <dc:creator>SFM_WillBrewer</dc:creator>
    <dc:date>2022-03-28T18:15:47Z</dc:date>
    <item>
      <title>Reverse Geocode Survey123 No Option to Parse Street Type or Street Name</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158507#M41679</link>
      <description>&lt;P&gt;We want to use Survey123 to reverse geocode a point from a map question. This function works well using the ArcGIS World Geocoder except there is no option to retrieve certain address fields in a stand-alone fashion. Specifically, we want to parse street name and street type into separate fields, but the geocoder only returns the full address in the JSON response. How to do we just get the street name and street type?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1213"&gt;@JamesTedrick&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415562"&gt;@Ismael&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no documentation for this feature in the &lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-reverse-geocode.htm" target="_self"&gt;api reference&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Example JSON output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SFM_WillBrewer_0-1648490768886.png" style="width: 493px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37493i0318F97472FFD60D/image-dimensions/493x249?v=v2" width="493" height="249" role="button" title="SFM_WillBrewer_0-1648490768886.png" alt="SFM_WillBrewer_0-1648490768886.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SFM_WillBrewer_0-1648490768886.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 18:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158507#M41679</guid>
      <dc:creator>SFM_WillBrewer</dc:creator>
      <dc:date>2022-03-28T18:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Geocode Survey123 No Option to Parse Street Type or Street Name</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158742#M41699</link>
      <description>&lt;P&gt;Hi. The reverseGeocode operation does not return the street type or name separately. However, the &lt;A href="https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm" target="_blank" rel="noopener"&gt;findAddressCandidates&lt;/A&gt; operation does.&amp;nbsp; See the StType and StName properties.&lt;/P&gt;&lt;P&gt;A potential solution is to use the address you get back from the reverseGeocode and pass it to the findAddressCandidates operation to then parse the response. This would require a custom JS function.&lt;/P&gt;&lt;P&gt;This is just a thought. I have not tried it myself.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 09:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158742#M41699</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2022-03-29T09:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Geocode Survey123 No Option to Parse Street Type or Street Name</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158926#M41712</link>
      <description>&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;Thank you for the suggestion. Do you have any examples of the syntax for using the findAddressCandidates in Survey123? I see someone else had a similar &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-reverse-geocoding-find-address/m-p/1013666" target="_self"&gt;question&lt;/A&gt; about implementation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 16:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/reverse-geocode-survey123-no-option-to-parse/m-p/1158926#M41712</guid>
      <dc:creator>SFM_WillBrewer</dc:creator>
      <dc:date>2022-03-29T16:03:59Z</dc:date>
    </item>
  </channel>
</rss>

